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

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

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

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

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

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

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

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

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

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

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	z-index: 9999;
	display: none;
	left: 0px;
	font-weight: 300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3);
}

#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px;
}

#cookie-law-info-bar span {
	vertical-align: middle;
}

/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
}

.cli-plugin-main-link {
	margin-left: 0px;
	font-weight: 550;
	text-decoration: underline;
}

.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}

.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}

.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}

.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}

.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}

.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}

.green.cli-plugin-button:hover {
	background-color: #749a02;
}

.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}

.red.cli-plugin-button:hover {
	background-color: #cf2525;
}

.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}

.orange.cli-plugin-button:hover {
	background-color: #d45500;
}

.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}

.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}

.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}

.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}

.cli-plugin-button {
	margin-top: 5px;
}

.cli-bar-popup {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 20px;
}

.cli-powered_by_p {
	width: 100% !important;
	display: block !important;
	color: #333;
	clear: both;
	font-style: italic !important;
	font-size: 12px !important;
	margin-top: 15px !important;
}

.cli-powered_by_a {
	color: #333;
	font-weight: 600 !important;
	font-size: 12px !important;
}

/**
 * Added extra space between each cookie bar action elements @since 1.8.9
 */
.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none;
}

.cli-plugin-main-link.cli-plugin-button {
	margin-left: 5px;
}

.gdpr-container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.gdpr-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.gdpr-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.gdpr-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.gdpr-align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.gdpr-d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0;
}

.modal-backdrop.show {
	opacity: .8;
}

.modal-open {
	overflow: hidden;
}

.modal-open .gdpr-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.gdpr-modal.fade .gdpr-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.gdpr-modal.show .gdpr-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1039;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.gdpr-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.gdpr-modal a {
	text-decoration: none;
}

.gdpr-modal .gdpr-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - ( .5rem * 2 ));
}

@media (min-width: 576px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - ( 1.75rem * 2 ));
	}
}

@media (min-width: 992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px;
	}
}

.gdpr-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.gdpr-modal .row {
	margin: 0 -15px;
}

.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.gdpr-modal .close:focus {
	outline: 0;
}

.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}

.gdpr-switch input[type="checkbox"] {
	display: none;
}

.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}

.gdpr-switch input:checked + .gdpr-slider {
	background-color: #63b35f;
}

.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}

.gdpr-switch .gdpr-slider {
	border-radius: 34px;
}

.gdpr-switch .gdpr-slider:before {
	border-radius: 50%;
}

.gdpr-tab-content>.gdpr-tab-pane {
	display: none;
}

.gdpr-tab-content>.active {
	display: block;
}

.gdpr-fade {
	transition: opacity .15s linear;
}

.gdpr-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	align-items: stretch !important;
	-ms-align-items: stretch !important;
}

.nav.gdpr-nav-pills, .gdpr-tab-content {
	width: 100%;
	padding: 30px;
}

.nav.gdpr-nav-pills {
	background: #f3f3f3;
}

.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}

.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}

.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #fff;
}

.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}

.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}

.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.cli-align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.cli-d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}

.cli-btn:hover {
	opacity: .8;
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}

.cli-btn:focus {
	outline: 0;
}

.cli-modal-backdrop.cli-show {
	opacity: .8;
}

.cli-modal-open {
	overflow: hidden;
}

.cli-barmodal-open {
	overflow: hidden;
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}

.cli-modal-backdrop.cli-fade {
	opacity: 0;
}

.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}

.cli-modal.cli-show {
	display: block;
}

.cli-modal a {
	text-decoration: none;
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - ( .5rem * 2 ));
}

@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - ( 1.75rem * 2 ));
	}
}

@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0;
}

.cli-modal .row {
	margin: 0 -15px;
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.cli-modal .cli-modal-close:focus {
	outline: 0;
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}

.cli-switch input[type="checkbox"] {
	display: none;
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}

.cli-switch input:checked + .cli-slider {
	background-color: #00acad;
}

.cli-switch input:checked + .cli-slider:before {
	transform: translateX(26px);
}

.cli-switch .cli-slider {
	border-radius: 34px;
}

.cli-switch .cli-slider:before {
	border-radius: 50%;
}

.cli-tab-content {
	background: #fff;
}

.cli-tab-content>.cli-active {
	display: block;
}

.cli-fade {
	transition: opacity .15s linear;
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding: 30px;
}

@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
		padding: 30px 10px;
	}
}

.cli-nav-pills {
	background: #f3f3f3;
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #00acad;
	margin-bottom: 10px;
	color: #00acad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer;
}

.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #00acad;
	border: 1px solid #00acad;
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #fff;
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

/* Settings Popup */
.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column;
}

.cli-align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.cli-d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}

.cli-btn:hover {
	opacity: .8;
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}

.cli-btn:focus {
	outline: 0;
}

.cli-modal-backdrop.cli-show {
	opacity: .8;
}

.cli-modal-open {
	overflow: hidden;
}

.cli-barmodal-open {
	overflow: hidden;
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: opacity ease-in-out .5s;
}

.cli-modal-backdrop.cli-fade {
	opacity: 0;
}

.cli-modal-backdrop.cli-show {
	opacity: .5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0;
	display: none;
}

.cli-modal a {
	text-decoration: none;
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - ( .5rem * 2 ));
}

@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - ( 1.75rem * 2 ));
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0;
}

.cli-modal .row {
	margin: 0 -15px;
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.cli-modal .cli-modal-close:focus {
	outline: 0;
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 38px;
	font-size: 14px;
}

.cli-switch input[type="checkbox"] {
	display: none;
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 20px;
	width: 38px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 15px;
}

.cli-switch input:checked + .cli-slider {
	background-color: #61a229;
}

.cli-switch input:checked + .cli-slider:before {
	transform: translateX(18px);
}

.cli-switch .cli-slider {
	border-radius: 34px;
	font-size: 0;
}

.cli-switch .cli-slider:before {
	border-radius: 50%;
}

.cli-tab-content {
	background: #fff;
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding: 5px 30px 5px 5px;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
		padding: 30px 10px;
	}
}

.cli-nav-pills {
	background: #fff;
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	color: #2a2a2a;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer;
}

.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #f6f6f9;
	border: 1px solid #ccc;
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #2a2a2a;
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills, #cookie-law-info-bar .cli-tab-content, #cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link, #cookie-law-info-bar a.cli-nav-link.cli-active {
	background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active, #cookie-law-info-bar  .cli-nav-link, #cookie-law-info-bar .cli-tab-container p, #cookie-law-info-bar span.cli-necessary-caption, #cookie-law-info-bar .cli-switch .cli-slider:after {
	color: inherit;
}

#cookie-law-info-bar .cli-tab-header a:before {
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

#cookie-law-info-bar .cli-row {
	margin-top: 20px;
}

#cookie-law-info-bar .cli-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

#cookie-law-info-bar .cli-col-8 {
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.cli-wrapper {
	max-width: 90%;
	float: none;
	margin: 0 auto;
}

#cookie-law-info-bar .cli-tab-content h4 {
	margin-bottom: .5rem;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
	padding: .2rem .5rem;
}

#cookie-law-info-bar .cli-tab-container {
	display: none;
	text-align: left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
	background-color: #00acad;
	padding: 10px 15px;
	text-decoration: none;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #61a229;
	color: #fff;
	border-radius: 0;
}

.cli-tab-footer {
	width: 100%;
	text-align: right;
	padding: 20px 0;
}

/* version 2.0 */
.cli-col-12 {
	width: 100%;
}

.cli-tab-header {
	display: flex;
	justify-content: space-between;
}

.cli-tab-header a:before {
	width: 10px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
}

.cli-tab-header a:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none;
}

.cli-tab-header a:before {
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: " ";
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-right: 10px;
}

.cli-tab-header a.cli-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
	text-transform: capitalize;
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.cli-tab-header {
	border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color .2s ease-out .3s, color .2s ease-out 0s;
	background-color: #f2f2f2;
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	padding: 0;
	padding: 10px;
	border-radius: 50%;
	background: transparent;
	border: none;
	min-width: 40px;
}

.cli-tab-container h4, .cli-tab-container h1 {
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	margin: 10px 0;
}

#cliSettingsPopup .cli-tab-section-container {
	padding-top: 12px;
}

.cli-tab-container p, .cli-privacy-content-text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}

.wt-cli-privacy {
	display: none;
}

.cli-tab-content {
	display: none;
}

.cli-tab-section .cli-tab-content {
	padding: 10px 20px 5px 20px;
}

.cli-tab-section {
	margin-top: 5px;
}

@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px;
	}
}

.cli-switch .cli-slider:after {
	content: attr(data-cli-disable);
	position: absolute;
	right: 50px;
	color: #000;
	font-size: 12px;
	text-align: right;
	min-width: 80px;
}

.cli-switch input:checked + .cli-slider:after {
	content: attr(data-cli-enable);
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
	transition: max-height .15s ease-out;
	overflow: hidden;
}

a.cli-privacy-readmore {
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	padding-bottom: 0;
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}

.cli-modal-footer {
	position: relative;
}

a.cli-privacy-readmore:before {
	content: attr(data-readmore-text);
}

.cli-collapsed a.cli-privacy-readmore:before {
	content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content {
	transition: max-height .25s ease-in;
}

.cli-privacy-content p {
	margin-bottom: 0;
}

.cli-modal-close svg {
	fill: #000;
}

span.cli-necessary-caption {
	color: #000;
	font-size: 12px;
}

.cli-tab-section.cli-privacy-tab {
	display: none;
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
	display: block;
}

#cookie-law-info-bar .cli-privacy-overview {
	display: none;
}

.cli-tab-container .cli-row {
	max-height: 500px;
	overflow-y: auto;
}

.cli-modal.cli-blowup.cli-out {
	z-index: -1;
}

.cli-modal.cli-blowup {
	z-index: 999999;
	transform: scale(1);
}

.cli-modal.cli-blowup .cli-modal-dialog {
	animation: blowUpModal .5s cubic-bezier(.165, .84, .44, 1) forwards;
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
	animation: blowUpModalTwo .5s cubic-bezier(.165, .84, .44, 1) forwards;
}

@keyframes blowUpContent {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	99.9% {
		transform: scale(2);
		opacity: 0;
	}
	
	100% {
		transform: scale(0);
	}
}

@keyframes blowUpContentTwo {
	0% {
		transform: scale(2);
		opacity: 0;
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes blowUpModal {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes blowUpModalTwo {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		transform: scale(.5);
		opacity: 0;
	}
	
	100% {
		transform: scale(0);
		opacity: 0;
	}
}

.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
	font-size: 12px;
}

.cli_settings_button {
	cursor: pointer;
}

/* Accessibility Fix */
.wt-cli-sr-only {
	display: none;
	font-size: 16px;
}

/* Changes for CCPA
Version : 1.8.9
*/
a.wt-cli-element.cli_cookie_close_button {
	text-decoration: none;
	color: #333;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
}

/* GDPR Bar Version 2 */
.cli-bar-container {
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cli-bar-btn_container {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
}

.cli-style-v2 a {
	cursor: pointer;
}

.cli-bar-btn_container a {
	white-space: nowrap;
}

.cli-style-v2 .cli-plugin-main-link {
	font-weight: inherit;
}

.cli-style-v2 {
	font-size: 11pt;
	line-height: 18px;
	font-weight: normal;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container {
	display: block;
}

.cli-style-v2 .cli-bar-message {
	width: 70%;
	text-align: left;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
	width: 100%;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0px;
	flex-wrap: wrap;
}

/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
	text-align: center;
} */
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 16px;
}

/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
	padding-left: 0px;
	padding-right: 0px;
} */
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element, .cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
	margin-top: 5px;
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button, .cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link, .cli-style-v2 .cli-bar-btn_container .cli_settings_button {
	margin-left: 5px;
}

.wt-cli-ccpa-checkbox label {
	font-size: inherit;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}

/* .cli-bar-container.cli-style-v2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
} */
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
	padding: 14px 25px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
	padding: 32px 30px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
	padding: 32px 45px;
}

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), .cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
	text-decoration: underline;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px;
}

a.wt-cli-ccpa-opt-out {
	white-space: nowrap;
	text-decoration: underline;
}

.wt-cli-necessary-checkbox {
	display: none !important;
}

@media (max-width: 985px) {
	.cli-style-v2 .cli-bar-message {
		width: 100%;
	}
	
	.cli-style-v2.cli-bar-container {
		justify-content: left;
		flex-wrap: wrap;
	}
	
	.cli-style-v2 .cli-bar-btn_container {
		margin-left: 0px;
		margin-top: 10px;
	}
	
	#cookie-law-info-bar[data-cli-style="cli-style-v2"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
		padding: 25px 25px;
	}
}

/* Settings popup footer section */
.wt-cli-ckyes-brand-logo {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #111;
	font-weight: normal;
}

.wt-cli-ckyes-brand-logo img {
	width: 65px;
	margin-left: 2px;
}

.wt-cli-privacy-overview-actions {
	padding-bottom: 0;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
	.cli-style-v2 .cli-bar-btn_container {
		flex-wrap: wrap;
	}
}

/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
.wt-cli-cookie-description {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}

.page-id-6508 .eltdf-container-inner {
	width: 100% !important;
	box-sizing: border-box;
	max-width: 1100px;
	padding: 60px 15px !important;
	padding-bottom: 0px !important;
}

/*.page-id-6508 .eltdf-container-inner table thead{position: relative;}
.page-id-6508 .eltdf-container-inner table thead:before{content: "";position: absolute;width: 100%;height: 100%;background: #4ba6e0;z-index: 1;border-radius: 5px;}*/
.page-id-6508 .eltdf-container-inner table thead tr {
	border: none !important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 13px;
	letter-spacing: -.8px;
	position: relative;
	z-index: 2;
}

.page-id-6508 .eltdf-container-inner table thead tr th {
	background: #111;
}

.page-id-6508 .eltdf-container-inner table thead tr th:nth-child(1) {
	padding: 10px 15px !important;
	text-align: left !important;
	border-radius: 5px 0px 0px 5px;
	width: 50% !important;
}

.page-id-6508 .eltdf-container-inner table thead tr th:nth-child(4) {
	border-radius: 0px 5px 5px 0px;
}

.page-id-6508 .eltdf-container-inner table tbody tr {
	border-width: 0px !important;
	border-bottom-width: 1px !important;
	border-color: #ccc !important;
	font-size: 13px;
}

.page-id-6508 .eltdf-container-inner table tbody tr td:nth-child(1) {
	padding: 10px 15px !important;
	text-align: left !important;
}

.page-id-6508 .eltdf-container-inner table .badge-success {
	background: #40be47;
	padding: 4px 7px;
	color: white !important;
	border-radius: 3px;
	font-weight: 500;
	font-size: 13px;
}

.page-id-6508 .eltdf-container-inner table .badge-danger {
	background: #4ba6e0 !important;
	padding: 4px 7px;
	color: white !important;
	border-radius: 3px;
	font-weight: 500;
	font-size: 13px;
}

.page-id-6508 .eltdf-container-inner table .badge-fin {
	background: #af1b1b !important;
	padding: 4px 7px;
	color: white !important;
	border-radius: 3px;
	font-weight: 500;
	font-size: 13px;
}

.cyp_logos {
	display: none;
	overflow: hidden;
	width: 100% !important;
	padding-top: 60px;
}

.cyp_logos .slick-track {
	display: flex;
}

.cyp_logos .slick-slide > div {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cyp_logos .slick-slide > div > div {
	padding: 15px 40px !important;
	box-sizing: border-box !important;
	text-align: center;
}

.cyp_logos .slick-slide img {
	max-height: 40px !important;
	width: auto !important;
}

.slick-dots {
	position: relative !important;
	width: 100% !important;
	bottom: 0px !important;
	margin-top: 20px !important;
}

.slick-prev:before, .slick-next:before {
	color: black !important;
}

/*.cyp_logos .slick-slide > div > div img{filter: gray;-webkit-filter: grayscale(1);filter: grayscale(1);-ms-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s}
.cyp_logos .slick-slide > div > div{-ms-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s}
.cyp_logos .slick-slide > div > div:hover img{filter: none !important;-webkit-filter: none !important;filter: none !important;-ms-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s}*/
.eltdf-side-menu .eltdf-widget-title-holder .eltdf-widget-title {
	font-size: 18px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
}

.eltdf-page-footer .eltdf-widget-title {
	font-size: 18px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
}

.single-post .eltdf-nav-item > div {
	color: #000;
	display: inline-block;
	line-height: 18px;
	line-height: 1.714em;
	vertical-align: middle;
	margin: 1px 0 0;
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .3em;
	text-transform: uppercase;
}

.cyp_bloques {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr 1fr !important;
	align-items: end;
	grid-gap: 30px !important;
}

.cyp_bloques > a {
	display: flex;
	width: 100%;
	aspect-ratio: 1/1;
	align-items: center;
	justify-content: center;
	border: solid;
	border-width: 2px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	font-size: 1.8vw;
	line-height: 1.1;
	font-family: "Montserrat";
	font-weight: bold;
	transition: all .3s ease;
}

.cyp_bloques > a:hover {
	transform: scale(1.025);
}

.cyp_bloques_negro {
	background: #1d1d1b;
	border-color: #1d1d1b !important;
}

.cyp_bloques_blancocrude {
	background: white;
	border-color: #d79636 !important;
}

.cyp_bloques_crude {
	background: #d79636;
	border-color: #d79636 !important;
}

.cyp_bloques_blanconegro {
	background: white;
	border-color: #1d1d1b !important;
}

@media screen and (max-width: 1500px) {
	.eltdf-main-menu>ul>li>a, .eltdf-main-menu>ul>li>a>span.item_outer .item_text {
		letter-spacing: 1px !important;
	}
	
	.cyp_bloques > a {
		font-size: 1.9vw;
	}
}

@media screen and (max-width: 1200px) {
	.eltdf-main-menu>ul>li>a, .eltdf-main-menu>ul>li>a>span.item_outer .item_text {
		letter-spacing: 0px !important;
	}
	
	.eltdf-main-menu ul li a>span, .eltdf-main-menu ul li h6>span {
		padding: 0px 0px !important;
	}
	
	#buttonmenu {
		font-size: 14px !important;
	}
	
	#buttonmenu_1 {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 767px) {
	.page-id-6508 .eltdf-container-inner table thead tr th:nth-child(1) {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.page-id-6508 .eltdf-container-inner table thead tr th {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.page-id-6508 .eltdf-container-inner table tbody tr td:nth-child(1) {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.page-id-6508 .eltdf-container-inner table tbody tr td {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.page-id-6508 .eltdf-container-inner table thead tr {
		font-size: 12px !important;
	}
	
	.page-id-6508 .eltdf-container-inner table tbody tr {
		font-size: 12px !important;
	}
	
	.cyp_bloques {
		grid-template-columns: 1fr !important;
	}
	
	.cyp_bloques > a {
		max-width: 300px;
		margin: auto;
		position: relative;
		font-size: 2.2em !important;
	}
}

.badge-success_1 {
	background: #707070;
	padding: 4px 7px;
	color: white !important;
	border-radius: 3px;
	font-weight: 500;
	font-size: 13px;
}

@charset "UTF-8";

/* Slider */
.slick-loading .slick-list {
	background: #fff url("https://cdn-ilefdfj.nitrocdn.com/yetVRxhmdMAvgZcNJZTepHknzYWXEZkg/assets/images/optimized/rev-e78503f/cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/./ajax-loader.gif") center center no-repeat;
}

.slick-loading .slick-list.nitro-lazy {
	background: none !important;
}

/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: "←";
}

[dir='rtl'] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "→";
}

[dir='rtl'] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/*!
 * Font Awesome Free 7.0.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {
	--_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: var(--fa-display, inline-block);
	font-family: var(--_fa-family);
	font-feature-settings: normal;
	font-style: normal;
	font-synthesis: none;
	font-variant: normal;
	font-weight: var(--fa-style, 900);
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	width: var(--fa-width, 1.25em);
}

:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
	content: var(--fa)/"";
}

@supports not (content:""/"") {
	:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
		content: var(--fa);
	}
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.fa-xs {
	font-size: .75em;
	line-height: .08333em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-width-auto {
	--fa-width: auto;
}

.fa-fw, .fa-width-fixed {
	--fa-width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-inline-start: var(--fa-li-margin, 2.5em);
	padding-inline-start: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	inset-inline-start: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .0625em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	box-sizing: var(--fa-border-box-sizing, content-box);
	padding: var(--fa-border-padding, .1875em .25em);
}

.fa-pull-left, .fa-pull-start {
	float: inline-start;
	margin-inline-end: var(--fa-pull-margin, .3em);
}

.fa-pull-end, .fa-pull-right {
	float: inline-end;
	margin-inline-start: var(--fa-pull-margin, .3em);
}

.fa-beat {
	animation-name: fa-beat;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
	animation-name: fa-bounce;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
}

.fa-fade {
	animation-name: fa-fade;
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade, .fa-fade {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
	animation-name: fa-beat-fade;
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-flip {
	animation-name: fa-flip;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
	animation-name: fa-shake;
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
	animation-name: fa-spin;
	animation-duration: var(--fa-animation-duration, 2s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	animation-name: fa-spin;
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		animation: none !important;
		transition: none !important;
	}
}

@keyframes fa-beat {
	0%, 90% {
		transform: scale(1);
	}
	
	45% {
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-bounce {
	0% {
		transform: scale(1) translateY(0);
	}
	
	10% {
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		transform: scale(1) translateY(0);
	}
	
	to {
		transform: scale(1) translateY(0);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg);
	}
	
	4% {
		transform: rotate(15deg);
	}
	
	8%, 24% {
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		transform: rotate(18deg);
	}
	
	16% {
		transform: rotate(-22deg);
	}
	
	20% {
		transform: rotate(22deg);
	}
	
	32% {
		transform: rotate(-12deg);
	}
	
	36% {
		transform: rotate(12deg);
	}
	
	40%, to {
		transform: rotate(0deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scaleX(-1);
}

.fa-flip-vertical {
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1);
}

.fa-rotate-by {
	transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	--fa-width: 100%;
	inset: 0;
	position: absolute;
	text-align: center;
	width: var(--fa-width);
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-0 {
	--fa: "0";
}

.fa-1 {
	--fa: "1";
}

.fa-2 {
	--fa: "2";
}

.fa-3 {
	--fa: "3";
}

.fa-4 {
	--fa: "4";
}

.fa-5 {
	--fa: "5";
}

.fa-6 {
	--fa: "6";
}

.fa-7 {
	--fa: "7";
}

.fa-8 {
	--fa: "8";
}

.fa-9 {
	--fa: "9";
}

.fa-exclamation {
	--fa: "!";
}

.fa-hashtag {
	--fa: "#";
}

.fa-dollar, .fa-dollar-sign, .fa-usd {
	--fa: "$";
}

.fa-percent, .fa-percentage {
	--fa: "%";
}

.fa-asterisk {
	--fa: "*";
}

.fa-add, .fa-plus {
	--fa: "+";
}

.fa-less-than {
	--fa: "<";
}

.fa-equals {
	--fa: "=";
}

.fa-greater-than {
	--fa: ">";
}

.fa-question {
	--fa: "?";
}

.fa-at {
	--fa: "@";
}

.fa-a {
	--fa: "A";
}

.fa-b {
	--fa: "B";
}

.fa-c {
	--fa: "C";
}

.fa-d {
	--fa: "D";
}

.fa-e {
	--fa: "E";
}

.fa-f {
	--fa: "F";
}

.fa-g {
	--fa: "G";
}

.fa-h {
	--fa: "H";
}

.fa-i {
	--fa: "I";
}

.fa-j {
	--fa: "J";
}

.fa-k {
	--fa: "K";
}

.fa-l {
	--fa: "L";
}

.fa-m {
	--fa: "M";
}

.fa-n {
	--fa: "N";
}

.fa-o {
	--fa: "O";
}

.fa-p {
	--fa: "P";
}

.fa-q {
	--fa: "Q";
}

.fa-r {
	--fa: "R";
}

.fa-s {
	--fa: "S";
}

.fa-t {
	--fa: "T";
}

.fa-u {
	--fa: "U";
}

.fa-v {
	--fa: "V";
}

.fa-w {
	--fa: "W";
}

.fa-x {
	--fa: "X";
}

.fa-y {
	--fa: "Y";
}

.fa-z {
	--fa: "Z";
}

.fa-faucet {
	--fa: "";
}

.fa-faucet-drip {
	--fa: "";
}

.fa-house-chimney-window {
	--fa: "";
}

.fa-house-signal {
	--fa: "";
}

.fa-temperature-arrow-down, .fa-temperature-down {
	--fa: "";
}

.fa-temperature-arrow-up, .fa-temperature-up {
	--fa: "";
}

.fa-trailer {
	--fa: "";
}

.fa-bacteria {
	--fa: "";
}

.fa-bacterium {
	--fa: "";
}

.fa-box-tissue {
	--fa: "";
}

.fa-hand-holding-medical {
	--fa: "";
}

.fa-hand-sparkles {
	--fa: "";
}

.fa-hands-bubbles, .fa-hands-wash {
	--fa: "";
}

.fa-handshake-alt-slash, .fa-handshake-simple-slash, .fa-handshake-slash {
	--fa: "";
}

.fa-head-side-cough {
	--fa: "";
}

.fa-head-side-cough-slash {
	--fa: "";
}

.fa-head-side-mask {
	--fa: "";
}

.fa-head-side-virus {
	--fa: "";
}

.fa-house-chimney-user {
	--fa: "";
}

.fa-house-laptop, .fa-laptop-house {
	--fa: "";
}

.fa-lungs-virus {
	--fa: "";
}

.fa-people-arrows, .fa-people-arrows-left-right {
	--fa: "";
}

.fa-plane-slash {
	--fa: "";
}

.fa-pump-medical {
	--fa: "";
}

.fa-pump-soap {
	--fa: "";
}

.fa-shield-virus {
	--fa: "";
}

.fa-sink {
	--fa: "";
}

.fa-soap {
	--fa: "";
}

.fa-stopwatch-20 {
	--fa: "";
}

.fa-shop-slash, .fa-store-alt-slash {
	--fa: "";
}

.fa-store-slash {
	--fa: "";
}

.fa-toilet-paper-slash {
	--fa: "";
}

.fa-users-slash {
	--fa: "";
}

.fa-virus {
	--fa: "";
}

.fa-virus-slash {
	--fa: "";
}

.fa-viruses {
	--fa: "";
}

.fa-vest {
	--fa: "";
}

.fa-vest-patches {
	--fa: "";
}

.fa-arrow-trend-down {
	--fa: "";
}

.fa-arrow-trend-up {
	--fa: "";
}

.fa-arrow-up-from-bracket {
	--fa: "";
}

.fa-austral-sign {
	--fa: "";
}

.fa-baht-sign {
	--fa: "";
}

.fa-bitcoin-sign {
	--fa: "";
}

.fa-bolt-lightning {
	--fa: "";
}

.fa-book-bookmark {
	--fa: "";
}

.fa-camera-rotate {
	--fa: "";
}

.fa-cedi-sign {
	--fa: "";
}

.fa-chart-column {
	--fa: "";
}

.fa-chart-gantt {
	--fa: "";
}

.fa-clapperboard {
	--fa: "";
}

.fa-clover {
	--fa: "";
}

.fa-code-compare {
	--fa: "";
}

.fa-code-fork {
	--fa: "";
}

.fa-code-pull-request {
	--fa: "";
}

.fa-colon-sign {
	--fa: "";
}

.fa-cruzeiro-sign {
	--fa: "";
}

.fa-display {
	--fa: "";
}

.fa-dong-sign {
	--fa: "";
}

.fa-elevator {
	--fa: "";
}

.fa-filter-circle-xmark {
	--fa: "";
}

.fa-florin-sign {
	--fa: "";
}

.fa-folder-closed {
	--fa: "";
}

.fa-franc-sign {
	--fa: "";
}

.fa-guarani-sign {
	--fa: "";
}

.fa-gun {
	--fa: "";
}

.fa-hands-clapping {
	--fa: "";
}

.fa-home-user, .fa-house-user {
	--fa: "";
}

.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
	--fa: "";
}

.fa-kip-sign {
	--fa: "";
}

.fa-lari-sign {
	--fa: "";
}

.fa-litecoin-sign {
	--fa: "";
}

.fa-manat-sign {
	--fa: "";
}

.fa-mask-face {
	--fa: "";
}

.fa-mill-sign {
	--fa: "";
}

.fa-money-bills {
	--fa: "";
}

.fa-naira-sign {
	--fa: "";
}

.fa-notdef {
	--fa: "";
}

.fa-panorama {
	--fa: "";
}

.fa-peseta-sign {
	--fa: "";
}

.fa-peso-sign {
	--fa: "";
}

.fa-plane-up {
	--fa: "";
}

.fa-rupiah-sign {
	--fa: "";
}

.fa-stairs {
	--fa: "";
}

.fa-timeline {
	--fa: "";
}

.fa-truck-front {
	--fa: "";
}

.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
	--fa: "";
}

.fa-vault {
	--fa: "";
}

.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
	--fa: "";
}

.fa-wheat-alt, .fa-wheat-awn {
	--fa: "";
}

.fa-wheelchair-alt, .fa-wheelchair-move {
	--fa: "";
}

.fa-bangladeshi-taka-sign {
	--fa: "";
}

.fa-bowl-rice {
	--fa: "";
}

.fa-person-pregnant {
	--fa: "";
}

.fa-home-lg, .fa-house-chimney {
	--fa: "";
}

.fa-house-crack {
	--fa: "";
}

.fa-house-medical {
	--fa: "";
}

.fa-cent-sign {
	--fa: "";
}

.fa-plus-minus {
	--fa: "";
}

.fa-sailboat {
	--fa: "";
}

.fa-section {
	--fa: "";
}

.fa-shrimp {
	--fa: "";
}

.fa-brazilian-real-sign {
	--fa: "";
}

.fa-chart-simple {
	--fa: "";
}

.fa-diagram-next {
	--fa: "";
}

.fa-diagram-predecessor {
	--fa: "";
}

.fa-diagram-successor {
	--fa: "";
}

.fa-earth-oceania, .fa-globe-oceania {
	--fa: "";
}

.fa-bug-slash {
	--fa: "";
}

.fa-file-circle-plus {
	--fa: "";
}

.fa-shop-lock {
	--fa: "";
}

.fa-virus-covid {
	--fa: "";
}

.fa-virus-covid-slash {
	--fa: "";
}

.fa-anchor-circle-check {
	--fa: "";
}

.fa-anchor-circle-exclamation {
	--fa: "";
}

.fa-anchor-circle-xmark {
	--fa: "";
}

.fa-anchor-lock {
	--fa: "";
}

.fa-arrow-down-up-across-line {
	--fa: "";
}

.fa-arrow-down-up-lock {
	--fa: "";
}

.fa-arrow-right-to-city {
	--fa: "";
}

.fa-arrow-up-from-ground-water {
	--fa: "";
}

.fa-arrow-up-from-water-pump {
	--fa: "";
}

.fa-arrow-up-right-dots {
	--fa: "";
}

.fa-arrows-down-to-line {
	--fa: "";
}

.fa-arrows-down-to-people {
	--fa: "";
}

.fa-arrows-left-right-to-line {
	--fa: "";
}

.fa-arrows-spin {
	--fa: "";
}

.fa-arrows-split-up-and-left {
	--fa: "";
}

.fa-arrows-to-circle {
	--fa: "";
}

.fa-arrows-to-dot {
	--fa: "";
}

.fa-arrows-to-eye {
	--fa: "";
}

.fa-arrows-turn-right {
	--fa: "";
}

.fa-arrows-turn-to-dots {
	--fa: "";
}

.fa-arrows-up-to-line {
	--fa: "";
}

.fa-bore-hole {
	--fa: "";
}

.fa-bottle-droplet {
	--fa: "";
}

.fa-bottle-water {
	--fa: "";
}

.fa-bowl-food {
	--fa: "";
}

.fa-boxes-packing {
	--fa: "";
}

.fa-bridge {
	--fa: "";
}

.fa-bridge-circle-check {
	--fa: "";
}

.fa-bridge-circle-exclamation {
	--fa: "";
}

.fa-bridge-circle-xmark {
	--fa: "";
}

.fa-bridge-lock {
	--fa: "";
}

.fa-bridge-water {
	--fa: "";
}

.fa-bucket {
	--fa: "";
}

.fa-bugs {
	--fa: "";
}

.fa-building-circle-arrow-right {
	--fa: "";
}

.fa-building-circle-check {
	--fa: "";
}

.fa-building-circle-exclamation {
	--fa: "";
}

.fa-building-circle-xmark {
	--fa: "";
}

.fa-building-flag {
	--fa: "";
}

.fa-building-lock {
	--fa: "";
}

.fa-building-ngo {
	--fa: "";
}

.fa-building-shield {
	--fa: "";
}

.fa-building-un {
	--fa: "";
}

.fa-building-user {
	--fa: "";
}

.fa-building-wheat {
	--fa: "";
}

.fa-burst {
	--fa: "";
}

.fa-car-on {
	--fa: "";
}

.fa-car-tunnel {
	--fa: "";
}

.fa-child-combatant, .fa-child-rifle {
	--fa: "";
}

.fa-children {
	--fa: "";
}

.fa-circle-nodes {
	--fa: "";
}

.fa-clipboard-question {
	--fa: "";
}

.fa-cloud-showers-water {
	--fa: "";
}

.fa-computer {
	--fa: "";
}

.fa-cubes-stacked {
	--fa: "";
}

.fa-envelope-circle-check {
	--fa: "";
}

.fa-explosion {
	--fa: "";
}

.fa-ferry {
	--fa: "";
}

.fa-file-circle-exclamation {
	--fa: "";
}

.fa-file-circle-minus {
	--fa: "";
}

.fa-file-circle-question {
	--fa: "";
}

.fa-file-shield {
	--fa: "";
}

.fa-fire-burner {
	--fa: "";
}

.fa-fish-fins {
	--fa: "";
}

.fa-flask-vial {
	--fa: "";
}

.fa-glass-water {
	--fa: "";
}

.fa-glass-water-droplet {
	--fa: "";
}

.fa-group-arrows-rotate {
	--fa: "";
}

.fa-hand-holding-hand {
	--fa: "";
}

.fa-handcuffs {
	--fa: "";
}

.fa-hands-bound {
	--fa: "";
}

.fa-hands-holding-child {
	--fa: "";
}

.fa-hands-holding-circle {
	--fa: "";
}

.fa-heart-circle-bolt {
	--fa: "";
}

.fa-heart-circle-check {
	--fa: "";
}

.fa-heart-circle-exclamation {
	--fa: "";
}

.fa-heart-circle-minus {
	--fa: "";
}

.fa-heart-circle-plus {
	--fa: "";
}

.fa-heart-circle-xmark {
	--fa: "";
}

.fa-helicopter-symbol {
	--fa: "";
}

.fa-helmet-un {
	--fa: "";
}

.fa-hill-avalanche {
	--fa: "";
}

.fa-hill-rockslide {
	--fa: "";
}

.fa-house-circle-check {
	--fa: "";
}

.fa-house-circle-exclamation {
	--fa: "";
}

.fa-house-circle-xmark {
	--fa: "";
}

.fa-house-fire {
	--fa: "";
}

.fa-house-flag {
	--fa: "";
}

.fa-house-flood-water {
	--fa: "";
}

.fa-house-flood-water-circle-arrow-right {
	--fa: "";
}

.fa-house-lock {
	--fa: "";
}

.fa-house-medical-circle-check {
	--fa: "";
}

.fa-house-medical-circle-exclamation {
	--fa: "";
}

.fa-house-medical-circle-xmark {
	--fa: "";
}

.fa-house-medical-flag {
	--fa: "";
}

.fa-house-tsunami {
	--fa: "";
}

.fa-jar {
	--fa: "";
}

.fa-jar-wheat {
	--fa: "";
}

.fa-jet-fighter-up {
	--fa: "";
}

.fa-jug-detergent {
	--fa: "";
}

.fa-kitchen-set {
	--fa: "";
}

.fa-land-mine-on {
	--fa: "";
}

.fa-landmark-flag {
	--fa: "";
}

.fa-laptop-file {
	--fa: "";
}

.fa-lines-leaning {
	--fa: "";
}

.fa-location-pin-lock {
	--fa: "";
}

.fa-locust {
	--fa: "";
}

.fa-magnifying-glass-arrow-right {
	--fa: "";
}

.fa-magnifying-glass-chart {
	--fa: "";
}

.fa-mars-and-venus-burst {
	--fa: "";
}

.fa-mask-ventilator {
	--fa: "";
}

.fa-mattress-pillow {
	--fa: "";
}

.fa-mobile-retro {
	--fa: "";
}

.fa-money-bill-transfer {
	--fa: "";
}

.fa-money-bill-trend-up {
	--fa: "";
}

.fa-money-bill-wheat {
	--fa: "";
}

.fa-mosquito {
	--fa: "";
}

.fa-mosquito-net {
	--fa: "";
}

.fa-mound {
	--fa: "";
}

.fa-mountain-city {
	--fa: "";
}

.fa-mountain-sun {
	--fa: "";
}

.fa-oil-well {
	--fa: "";
}

.fa-people-group {
	--fa: "";
}

.fa-people-line {
	--fa: "";
}

.fa-people-pulling {
	--fa: "";
}

.fa-people-robbery {
	--fa: "";
}

.fa-people-roof {
	--fa: "";
}

.fa-person-arrow-down-to-line {
	--fa: "";
}

.fa-person-arrow-up-from-line {
	--fa: "";
}

.fa-person-breastfeeding {
	--fa: "";
}

.fa-person-burst {
	--fa: "";
}

.fa-person-cane {
	--fa: "";
}

.fa-person-chalkboard {
	--fa: "";
}

.fa-person-circle-check {
	--fa: "";
}

.fa-person-circle-exclamation {
	--fa: "";
}

.fa-person-circle-minus {
	--fa: "";
}

.fa-person-circle-plus {
	--fa: "";
}

.fa-person-circle-question {
	--fa: "";
}

.fa-person-circle-xmark {
	--fa: "";
}

.fa-person-dress-burst {
	--fa: "";
}

.fa-person-drowning {
	--fa: "";
}

.fa-person-falling {
	--fa: "";
}

.fa-person-falling-burst {
	--fa: "";
}

.fa-person-half-dress {
	--fa: "";
}

.fa-person-harassing {
	--fa: "";
}

.fa-person-military-pointing {
	--fa: "";
}

.fa-person-military-rifle {
	--fa: "";
}

.fa-person-military-to-person {
	--fa: "";
}

.fa-person-rays {
	--fa: "";
}

.fa-person-rifle {
	--fa: "";
}

.fa-person-shelter {
	--fa: "";
}

.fa-person-walking-arrow-loop-left {
	--fa: "";
}

.fa-person-walking-arrow-right {
	--fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
	--fa: "";
}

.fa-person-walking-luggage {
	--fa: "";
}

.fa-plane-circle-check {
	--fa: "";
}

.fa-plane-circle-exclamation {
	--fa: "";
}

.fa-plane-circle-xmark {
	--fa: "";
}

.fa-plane-lock {
	--fa: "";
}

.fa-plate-wheat {
	--fa: "";
}

.fa-plug-circle-bolt {
	--fa: "";
}

.fa-plug-circle-check {
	--fa: "";
}

.fa-plug-circle-exclamation {
	--fa: "";
}

.fa-plug-circle-minus {
	--fa: "";
}

.fa-plug-circle-plus {
	--fa: "";
}

.fa-plug-circle-xmark {
	--fa: "";
}

.fa-ranking-star {
	--fa: "";
}

.fa-road-barrier {
	--fa: "";
}

.fa-road-bridge {
	--fa: "";
}

.fa-road-circle-check {
	--fa: "";
}

.fa-road-circle-exclamation {
	--fa: "";
}

.fa-road-circle-xmark {
	--fa: "";
}

.fa-road-lock {
	--fa: "";
}

.fa-road-spikes {
	--fa: "";
}

.fa-rug {
	--fa: "";
}

.fa-sack-xmark {
	--fa: "";
}

.fa-school-circle-check {
	--fa: "";
}

.fa-school-circle-exclamation {
	--fa: "";
}

.fa-school-circle-xmark {
	--fa: "";
}

.fa-school-flag {
	--fa: "";
}

.fa-school-lock {
	--fa: "";
}

.fa-sheet-plastic {
	--fa: "";
}

.fa-shield-cat {
	--fa: "";
}

.fa-shield-dog {
	--fa: "";
}

.fa-shield-heart {
	--fa: "";
}

.fa-square-nfi {
	--fa: "";
}

.fa-square-person-confined {
	--fa: "";
}

.fa-square-virus {
	--fa: "";
}

.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake {
	--fa: "";
}

.fa-sun-plant-wilt {
	--fa: "";
}

.fa-tarp {
	--fa: "";
}

.fa-tarp-droplet {
	--fa: "";
}

.fa-tent {
	--fa: "";
}

.fa-tent-arrow-down-to-line {
	--fa: "";
}

.fa-tent-arrow-left-right {
	--fa: "";
}

.fa-tent-arrow-turn-left {
	--fa: "";
}

.fa-tent-arrows-down {
	--fa: "";
}

.fa-tents {
	--fa: "";
}

.fa-toilet-portable {
	--fa: "";
}

.fa-toilets-portable {
	--fa: "";
}

.fa-tower-cell {
	--fa: "";
}

.fa-tower-observation {
	--fa: "";
}

.fa-tree-city {
	--fa: "";
}

.fa-trowel {
	--fa: "";
}

.fa-trowel-bricks {
	--fa: "";
}

.fa-truck-arrow-right {
	--fa: "";
}

.fa-truck-droplet {
	--fa: "";
}

.fa-truck-field {
	--fa: "";
}

.fa-truck-field-un {
	--fa: "";
}

.fa-truck-plane {
	--fa: "";
}

.fa-users-between-lines {
	--fa: "";
}

.fa-users-line {
	--fa: "";
}

.fa-users-rays {
	--fa: "";
}

.fa-users-rectangle {
	--fa: "";
}

.fa-users-viewfinder {
	--fa: "";
}

.fa-vial-circle-check {
	--fa: "";
}

.fa-vial-virus {
	--fa: "";
}

.fa-wheat-awn-circle-exclamation {
	--fa: "";
}

.fa-worm {
	--fa: "";
}

.fa-xmarks-lines {
	--fa: "";
}

.fa-child-dress {
	--fa: "";
}

.fa-child-reaching {
	--fa: "";
}

.fa-file-circle-check {
	--fa: "";
}

.fa-file-circle-xmark {
	--fa: "";
}

.fa-person-through-window {
	--fa: "";
}

.fa-plant-wilt {
	--fa: "";
}

.fa-stapler {
	--fa: "";
}

.fa-train-tram {
	--fa: "";
}

.fa-table-cells-column-lock {
	--fa: "";
}

.fa-table-cells-row-lock {
	--fa: "";
}

.fa-thumb-tack-slash, .fa-thumbtack-slash {
	--fa: "";
}

.fa-table-cells-row-unlock {
	--fa: "";
}

.fa-chart-diagram {
	--fa: "";
}

.fa-comment-nodes {
	--fa: "";
}

.fa-file-fragment {
	--fa: "";
}

.fa-file-half-dashed {
	--fa: "";
}

.fa-hexagon-nodes {
	--fa: "";
}

.fa-hexagon-nodes-bolt {
	--fa: "";
}

.fa-square-binary {
	--fa: "";
}

.fa-pentagon {
	--fa: "";
}

.fa-non-binary {
	--fa: "";
}

.fa-spiral {
	--fa: "";
}

.fa-mobile-vibrate {
	--fa: "";
}

.fa-single-quote-left {
	--fa: "";
}

.fa-single-quote-right {
	--fa: "";
}

.fa-bus-side {
	--fa: "";
}

.fa-heptagon, .fa-septagon {
	--fa: "";
}

.fa-glass-martini, .fa-martini-glass-empty {
	--fa: "";
}

.fa-music {
	--fa: "";
}

.fa-magnifying-glass, .fa-search {
	--fa: "";
}

.fa-heart {
	--fa: "";
}

.fa-star {
	--fa: "";
}

.fa-user, .fa-user-alt, .fa-user-large {
	--fa: "";
}

.fa-film, .fa-film-alt, .fa-film-simple {
	--fa: "";
}

.fa-table-cells-large, .fa-th-large {
	--fa: "";
}

.fa-table-cells, .fa-th {
	--fa: "";
}

.fa-table-list, .fa-th-list {
	--fa: "";
}

.fa-check {
	--fa: "";
}

.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
	--fa: "";
}

.fa-magnifying-glass-plus, .fa-search-plus {
	--fa: "";
}

.fa-magnifying-glass-minus, .fa-search-minus {
	--fa: "";
}

.fa-power-off {
	--fa: "";
}

.fa-signal, .fa-signal-5, .fa-signal-perfect {
	--fa: "";
}

.fa-cog, .fa-gear {
	--fa: "";
}

.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
	--fa: "";
}

.fa-clock, .fa-clock-four {
	--fa: "";
}

.fa-road {
	--fa: "";
}

.fa-download {
	--fa: "";
}

.fa-inbox {
	--fa: "";
}

.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
	--fa: "";
}

.fa-arrows-rotate, .fa-refresh, .fa-sync {
	--fa: "";
}

.fa-list-alt, .fa-rectangle-list {
	--fa: "";
}

.fa-lock {
	--fa: "";
}

.fa-flag {
	--fa: "";
}

.fa-headphones, .fa-headphones-alt, .fa-headphones-simple {
	--fa: "";
}

.fa-volume-off {
	--fa: "";
}

.fa-volume-down, .fa-volume-low {
	--fa: "";
}

.fa-volume-high, .fa-volume-up {
	--fa: "";
}

.fa-qrcode {
	--fa: "";
}

.fa-barcode {
	--fa: "";
}

.fa-tag {
	--fa: "";
}

.fa-tags {
	--fa: "";
}

.fa-book {
	--fa: "";
}

.fa-bookmark {
	--fa: "";
}

.fa-print {
	--fa: "";
}

.fa-camera, .fa-camera-alt {
	--fa: "";
}

.fa-font {
	--fa: "";
}

.fa-bold {
	--fa: "";
}

.fa-italic {
	--fa: "";
}

.fa-text-height {
	--fa: "";
}

.fa-text-width {
	--fa: "";
}

.fa-align-left {
	--fa: "";
}

.fa-align-center {
	--fa: "";
}

.fa-align-right {
	--fa: "";
}

.fa-align-justify {
	--fa: "";
}

.fa-list, .fa-list-squares {
	--fa: "";
}

.fa-dedent, .fa-outdent {
	--fa: "";
}

.fa-indent {
	--fa: "";
}

.fa-video, .fa-video-camera {
	--fa: "";
}

.fa-image {
	--fa: "";
}

.fa-location-pin, .fa-map-marker {
	--fa: "";
}

.fa-adjust, .fa-circle-half-stroke {
	--fa: "";
}

.fa-droplet, .fa-tint {
	--fa: "";
}

.fa-edit, .fa-pen-to-square {
	--fa: "";
}

.fa-arrows, .fa-arrows-up-down-left-right {
	--fa: "";
}

.fa-backward-step, .fa-step-backward {
	--fa: "";
}

.fa-backward-fast, .fa-fast-backward {
	--fa: "";
}

.fa-backward {
	--fa: "";
}

.fa-play {
	--fa: "";
}

.fa-pause {
	--fa: "";
}

.fa-stop {
	--fa: "";
}

.fa-forward {
	--fa: "";
}

.fa-fast-forward, .fa-forward-fast {
	--fa: "";
}

.fa-forward-step, .fa-step-forward {
	--fa: "";
}

.fa-eject {
	--fa: "";
}

.fa-chevron-left {
	--fa: "";
}

.fa-chevron-right {
	--fa: "";
}

.fa-circle-plus, .fa-plus-circle {
	--fa: "";
}

.fa-circle-minus, .fa-minus-circle {
	--fa: "";
}

.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
	--fa: "";
}

.fa-check-circle, .fa-circle-check {
	--fa: "";
}

.fa-circle-question, .fa-question-circle {
	--fa: "";
}

.fa-circle-info, .fa-info-circle {
	--fa: "";
}

.fa-crosshairs {
	--fa: "";
}

.fa-ban, .fa-cancel {
	--fa: "";
}

.fa-arrow-left {
	--fa: "";
}

.fa-arrow-right {
	--fa: "";
}

.fa-arrow-up {
	--fa: "";
}

.fa-arrow-down {
	--fa: "";
}

.fa-mail-forward, .fa-share {
	--fa: "";
}

.fa-expand {
	--fa: "";
}

.fa-compress {
	--fa: "";
}

.fa-minus, .fa-subtract {
	--fa: "";
}

.fa-circle-exclamation, .fa-exclamation-circle {
	--fa: "";
}

.fa-gift {
	--fa: "";
}

.fa-leaf {
	--fa: "";
}

.fa-fire {
	--fa: "";
}

.fa-eye {
	--fa: "";
}

.fa-eye-slash {
	--fa: "";
}

.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
	--fa: "";
}

.fa-plane {
	--fa: "";
}

.fa-calendar-alt, .fa-calendar-days {
	--fa: "";
}

.fa-random, .fa-shuffle {
	--fa: "";
}

.fa-comment {
	--fa: "";
}

.fa-magnet {
	--fa: "";
}

.fa-chevron-up {
	--fa: "";
}

.fa-chevron-down {
	--fa: "";
}

.fa-retweet {
	--fa: "";
}

.fa-cart-shopping, .fa-shopping-cart {
	--fa: "";
}

.fa-folder, .fa-folder-blank {
	--fa: "";
}

.fa-folder-open {
	--fa: "";
}

.fa-arrows-up-down, .fa-arrows-v {
	--fa: "";
}

.fa-arrows-h, .fa-arrows-left-right {
	--fa: "";
}

.fa-bar-chart, .fa-chart-bar {
	--fa: "";
}

.fa-camera-retro {
	--fa: "";
}

.fa-key {
	--fa: "";
}

.fa-cogs, .fa-gears {
	--fa: "";
}

.fa-comments {
	--fa: "";
}

.fa-star-half {
	--fa: "";
}

.fa-arrow-right-from-bracket, .fa-sign-out {
	--fa: "";
}

.fa-thumb-tack, .fa-thumbtack {
	--fa: "";
}

.fa-arrow-up-right-from-square, .fa-external-link {
	--fa: "";
}

.fa-arrow-right-to-bracket, .fa-sign-in {
	--fa: "";
}

.fa-trophy {
	--fa: "";
}

.fa-upload {
	--fa: "";
}

.fa-lemon {
	--fa: "";
}

.fa-phone {
	--fa: "";
}

.fa-phone-square, .fa-square-phone {
	--fa: "";
}

.fa-unlock {
	--fa: "";
}

.fa-credit-card, .fa-credit-card-alt {
	--fa: "";
}

.fa-feed, .fa-rss {
	--fa: "";
}

.fa-hard-drive, .fa-hdd {
	--fa: "";
}

.fa-bullhorn {
	--fa: "";
}

.fa-certificate {
	--fa: "";
}

.fa-hand-point-right {
	--fa: "";
}

.fa-hand-point-left {
	--fa: "";
}

.fa-hand-point-up {
	--fa: "";
}

.fa-hand-point-down {
	--fa: "";
}

.fa-arrow-circle-left, .fa-circle-arrow-left {
	--fa: "";
}

.fa-arrow-circle-right, .fa-circle-arrow-right {
	--fa: "";
}

.fa-arrow-circle-up, .fa-circle-arrow-up {
	--fa: "";
}

.fa-arrow-circle-down, .fa-circle-arrow-down {
	--fa: "";
}

.fa-globe {
	--fa: "";
}

.fa-wrench {
	--fa: "";
}

.fa-list-check, .fa-tasks {
	--fa: "";
}

.fa-filter {
	--fa: "";
}

.fa-briefcase {
	--fa: "";
}

.fa-arrows-alt, .fa-up-down-left-right {
	--fa: "";
}

.fa-users {
	--fa: "";
}

.fa-chain, .fa-link {
	--fa: "";
}

.fa-cloud {
	--fa: "";
}

.fa-flask {
	--fa: "";
}

.fa-cut, .fa-scissors {
	--fa: "";
}

.fa-copy {
	--fa: "";
}

.fa-paperclip {
	--fa: "";
}

.fa-floppy-disk, .fa-save {
	--fa: "";
}

.fa-square {
	--fa: "";
}

.fa-bars, .fa-navicon {
	--fa: "";
}

.fa-list-dots, .fa-list-ul {
	--fa: "";
}

.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
	--fa: "";
}

.fa-strikethrough {
	--fa: "";
}

.fa-underline {
	--fa: "";
}

.fa-table {
	--fa: "";
}

.fa-magic, .fa-wand-magic {
	--fa: "";
}

.fa-truck {
	--fa: "";
}

.fa-money-bill {
	--fa: "";
}

.fa-caret-down {
	--fa: "";
}

.fa-caret-up {
	--fa: "";
}

.fa-caret-left {
	--fa: "";
}

.fa-caret-right {
	--fa: "";
}

.fa-columns, .fa-table-columns {
	--fa: "";
}

.fa-sort, .fa-unsorted {
	--fa: "";
}

.fa-sort-desc, .fa-sort-down {
	--fa: "";
}

.fa-sort-asc, .fa-sort-up {
	--fa: "";
}

.fa-envelope {
	--fa: "";
}

.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
	--fa: "";
}

.fa-gavel, .fa-legal {
	--fa: "";
}

.fa-bolt, .fa-zap {
	--fa: "";
}

.fa-sitemap {
	--fa: "";
}

.fa-umbrella {
	--fa: "";
}

.fa-file-clipboard, .fa-paste {
	--fa: "";
}

.fa-lightbulb {
	--fa: "";
}

.fa-arrow-right-arrow-left, .fa-exchange {
	--fa: "";
}

.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
	--fa: "";
}

.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
	--fa: "";
}

.fa-user-doctor, .fa-user-md {
	--fa: "";
}

.fa-stethoscope {
	--fa: "";
}

.fa-suitcase {
	--fa: "";
}

.fa-bell {
	--fa: "";
}

.fa-coffee, .fa-mug-saucer {
	--fa: "";
}

.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
	--fa: "";
}

.fa-ambulance, .fa-truck-medical {
	--fa: "";
}

.fa-medkit, .fa-suitcase-medical {
	--fa: "";
}

.fa-fighter-jet, .fa-jet-fighter {
	--fa: "";
}

.fa-beer, .fa-beer-mug-empty {
	--fa: "";
}

.fa-h-square, .fa-square-h {
	--fa: "";
}

.fa-plus-square, .fa-square-plus {
	--fa: "";
}

.fa-angle-double-left, .fa-angles-left {
	--fa: "";
}

.fa-angle-double-right, .fa-angles-right {
	--fa: "";
}

.fa-angle-double-up, .fa-angles-up {
	--fa: "";
}

.fa-angle-double-down, .fa-angles-down {
	--fa: "";
}

.fa-angle-left {
	--fa: "";
}

.fa-angle-right {
	--fa: "";
}

.fa-angle-up {
	--fa: "";
}

.fa-angle-down {
	--fa: "";
}

.fa-laptop {
	--fa: "";
}

.fa-tablet-button {
	--fa: "";
}

.fa-mobile-button {
	--fa: "";
}

.fa-quote-left, .fa-quote-left-alt {
	--fa: "";
}

.fa-quote-right, .fa-quote-right-alt {
	--fa: "";
}

.fa-spinner {
	--fa: "";
}

.fa-circle {
	--fa: "";
}

.fa-face-smile, .fa-smile {
	--fa: "";
}

.fa-face-frown, .fa-frown {
	--fa: "";
}

.fa-face-meh, .fa-meh {
	--fa: "";
}

.fa-gamepad {
	--fa: "";
}

.fa-keyboard {
	--fa: "";
}

.fa-flag-checkered {
	--fa: "";
}

.fa-terminal {
	--fa: "";
}

.fa-code {
	--fa: "";
}

.fa-mail-reply-all, .fa-reply-all {
	--fa: "";
}

.fa-location-arrow {
	--fa: "";
}

.fa-crop {
	--fa: "";
}

.fa-code-branch {
	--fa: "";
}

.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
	--fa: "";
}

.fa-info {
	--fa: "";
}

.fa-superscript {
	--fa: "";
}

.fa-subscript {
	--fa: "";
}

.fa-eraser {
	--fa: "";
}

.fa-puzzle-piece {
	--fa: "";
}

.fa-microphone {
	--fa: "";
}

.fa-microphone-slash {
	--fa: "";
}

.fa-shield, .fa-shield-blank {
	--fa: "";
}

.fa-calendar {
	--fa: "";
}

.fa-fire-extinguisher {
	--fa: "";
}

.fa-rocket {
	--fa: "";
}

.fa-chevron-circle-left, .fa-circle-chevron-left {
	--fa: "";
}

.fa-chevron-circle-right, .fa-circle-chevron-right {
	--fa: "";
}

.fa-chevron-circle-up, .fa-circle-chevron-up {
	--fa: "";
}

.fa-chevron-circle-down, .fa-circle-chevron-down {
	--fa: "";
}

.fa-anchor {
	--fa: "";
}

.fa-unlock-alt, .fa-unlock-keyhole {
	--fa: "";
}

.fa-bullseye {
	--fa: "";
}

.fa-ellipsis, .fa-ellipsis-h {
	--fa: "";
}

.fa-ellipsis-v, .fa-ellipsis-vertical {
	--fa: "";
}

.fa-rss-square, .fa-square-rss {
	--fa: "";
}

.fa-circle-play, .fa-play-circle {
	--fa: "";
}

.fa-ticket {
	--fa: "";
}

.fa-minus-square, .fa-square-minus {
	--fa: "";
}

.fa-arrow-turn-up, .fa-level-up {
	--fa: "";
}

.fa-arrow-turn-down, .fa-level-down {
	--fa: "";
}

.fa-check-square, .fa-square-check {
	--fa: "";
}

.fa-pen-square, .fa-pencil-square, .fa-square-pen {
	--fa: "";
}

.fa-external-link-square, .fa-square-arrow-up-right {
	--fa: "";
}

.fa-share-from-square, .fa-share-square {
	--fa: "";
}

.fa-compass {
	--fa: "";
}

.fa-caret-square-down, .fa-square-caret-down {
	--fa: "";
}

.fa-caret-square-up, .fa-square-caret-up {
	--fa: "";
}

.fa-caret-square-right, .fa-square-caret-right {
	--fa: "";
}

.fa-eur, .fa-euro, .fa-euro-sign {
	--fa: "";
}

.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
	--fa: "";
}

.fa-rupee, .fa-rupee-sign {
	--fa: "";
}

.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
	--fa: "";
}

.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
	--fa: "";
}

.fa-krw, .fa-won, .fa-won-sign {
	--fa: "";
}

.fa-file {
	--fa: "";
}

.fa-file-alt, .fa-file-lines, .fa-file-text {
	--fa: "";
}

.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
	--fa: "";
}

.fa-arrow-up-a-z, .fa-sort-alpha-up {
	--fa: "";
}

.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
	--fa: "";
}

.fa-arrow-up-wide-short, .fa-sort-amount-up {
	--fa: "";
}

.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
	--fa: "";
}

.fa-arrow-up-1-9, .fa-sort-numeric-up {
	--fa: "";
}

.fa-thumbs-up {
	--fa: "";
}

.fa-thumbs-down {
	--fa: "";
}

.fa-arrow-down-long, .fa-long-arrow-down {
	--fa: "";
}

.fa-arrow-up-long, .fa-long-arrow-up {
	--fa: "";
}

.fa-arrow-left-long, .fa-long-arrow-left {
	--fa: "";
}

.fa-arrow-right-long, .fa-long-arrow-right {
	--fa: "";
}

.fa-female, .fa-person-dress {
	--fa: "";
}

.fa-male, .fa-person {
	--fa: "";
}

.fa-sun {
	--fa: "";
}

.fa-moon {
	--fa: "";
}

.fa-archive, .fa-box-archive {
	--fa: "";
}

.fa-bug {
	--fa: "";
}

.fa-caret-square-left, .fa-square-caret-left {
	--fa: "";
}

.fa-circle-dot, .fa-dot-circle {
	--fa: "";
}

.fa-wheelchair {
	--fa: "";
}

.fa-lira-sign {
	--fa: "";
}

.fa-shuttle-space, .fa-space-shuttle {
	--fa: "";
}

.fa-envelope-square, .fa-square-envelope {
	--fa: "";
}

.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
	--fa: "";
}

.fa-graduation-cap, .fa-mortar-board {
	--fa: "";
}

.fa-language {
	--fa: "";
}

.fa-fax {
	--fa: "";
}

.fa-building {
	--fa: "";
}

.fa-child {
	--fa: "";
}

.fa-paw {
	--fa: "";
}

.fa-cube {
	--fa: "";
}

.fa-cubes {
	--fa: "";
}

.fa-recycle {
	--fa: "";
}

.fa-automobile, .fa-car {
	--fa: "";
}

.fa-cab, .fa-taxi {
	--fa: "";
}

.fa-tree {
	--fa: "";
}

.fa-database {
	--fa: "";
}

.fa-file-pdf {
	--fa: "";
}

.fa-file-word {
	--fa: "";
}

.fa-file-excel {
	--fa: "";
}

.fa-file-powerpoint {
	--fa: "";
}

.fa-file-image {
	--fa: "";
}

.fa-file-archive, .fa-file-zipper {
	--fa: "";
}

.fa-file-audio {
	--fa: "";
}

.fa-file-video {
	--fa: "";
}

.fa-file-code {
	--fa: "";
}

.fa-life-ring {
	--fa: "";
}

.fa-circle-notch {
	--fa: "";
}

.fa-paper-plane {
	--fa: "";
}

.fa-clock-rotate-left, .fa-history {
	--fa: "";
}

.fa-header, .fa-heading {
	--fa: "";
}

.fa-paragraph {
	--fa: "";
}

.fa-sliders, .fa-sliders-h {
	--fa: "";
}

.fa-share-alt, .fa-share-nodes {
	--fa: "";
}

.fa-share-alt-square, .fa-square-share-nodes {
	--fa: "";
}

.fa-bomb {
	--fa: "";
}

.fa-futbol, .fa-futbol-ball, .fa-soccer-ball {
	--fa: "";
}

.fa-teletype, .fa-tty {
	--fa: "";
}

.fa-binoculars {
	--fa: "";
}

.fa-plug {
	--fa: "";
}

.fa-newspaper {
	--fa: "";
}

.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
	--fa: "";
}

.fa-calculator {
	--fa: "";
}

.fa-bell-slash {
	--fa: "";
}

.fa-trash {
	--fa: "";
}

.fa-copyright {
	--fa: "";
}

.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
	--fa: "";
}

.fa-paint-brush, .fa-paintbrush {
	--fa: "";
}

.fa-birthday-cake, .fa-cake, .fa-cake-candles {
	--fa: "";
}

.fa-area-chart, .fa-chart-area {
	--fa: "";
}

.fa-chart-pie, .fa-pie-chart {
	--fa: "";
}

.fa-chart-line, .fa-line-chart {
	--fa: "";
}

.fa-toggle-off {
	--fa: "";
}

.fa-toggle-on {
	--fa: "";
}

.fa-bicycle {
	--fa: "";
}

.fa-bus {
	--fa: "";
}

.fa-closed-captioning {
	--fa: "";
}

.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
	--fa: "";
}

.fa-cart-plus {
	--fa: "";
}

.fa-cart-arrow-down {
	--fa: "";
}

.fa-diamond {
	--fa: "";
}

.fa-ship {
	--fa: "";
}

.fa-user-secret {
	--fa: "";
}

.fa-motorcycle {
	--fa: "";
}

.fa-street-view {
	--fa: "";
}

.fa-heart-pulse, .fa-heartbeat {
	--fa: "";
}

.fa-venus {
	--fa: "";
}

.fa-mars {
	--fa: "";
}

.fa-mercury {
	--fa: "";
}

.fa-mars-and-venus {
	--fa: "";
}

.fa-transgender, .fa-transgender-alt {
	--fa: "";
}

.fa-venus-double {
	--fa: "";
}

.fa-mars-double {
	--fa: "";
}

.fa-venus-mars {
	--fa: "";
}

.fa-mars-stroke {
	--fa: "";
}

.fa-mars-stroke-up, .fa-mars-stroke-v {
	--fa: "";
}

.fa-mars-stroke-h, .fa-mars-stroke-right {
	--fa: "";
}

.fa-neuter {
	--fa: "";
}

.fa-genderless {
	--fa: "";
}

.fa-server {
	--fa: "";
}

.fa-user-plus {
	--fa: "";
}

.fa-user-times, .fa-user-xmark {
	--fa: "";
}

.fa-bed {
	--fa: "";
}

.fa-train {
	--fa: "";
}

.fa-subway, .fa-train-subway {
	--fa: "";
}

.fa-battery, .fa-battery-5, .fa-battery-full {
	--fa: "";
}

.fa-battery-4, .fa-battery-three-quarters {
	--fa: "";
}

.fa-battery-3, .fa-battery-half {
	--fa: "";
}

.fa-battery-2, .fa-battery-quarter {
	--fa: "";
}

.fa-battery-0, .fa-battery-empty {
	--fa: "";
}

.fa-arrow-pointer, .fa-mouse-pointer {
	--fa: "";
}

.fa-i-cursor {
	--fa: "";
}

.fa-object-group {
	--fa: "";
}

.fa-object-ungroup {
	--fa: "";
}

.fa-note-sticky, .fa-sticky-note {
	--fa: "";
}

.fa-clone {
	--fa: "";
}

.fa-balance-scale, .fa-scale-balanced {
	--fa: "";
}

.fa-hourglass-1, .fa-hourglass-start {
	--fa: "";
}

.fa-hourglass-2, .fa-hourglass-half {
	--fa: "";
}

.fa-hourglass-3, .fa-hourglass-end {
	--fa: "";
}

.fa-hourglass, .fa-hourglass-empty {
	--fa: "";
}

.fa-hand-back-fist, .fa-hand-rock {
	--fa: "";
}

.fa-hand, .fa-hand-paper {
	--fa: "";
}

.fa-hand-scissors {
	--fa: "";
}

.fa-hand-lizard {
	--fa: "";
}

.fa-hand-spock {
	--fa: "";
}

.fa-hand-pointer {
	--fa: "";
}

.fa-hand-peace {
	--fa: "";
}

.fa-trademark {
	--fa: "";
}

.fa-registered {
	--fa: "";
}

.fa-television, .fa-tv, .fa-tv-alt {
	--fa: "";
}

.fa-calendar-plus {
	--fa: "";
}

.fa-calendar-minus {
	--fa: "";
}

.fa-calendar-times, .fa-calendar-xmark {
	--fa: "";
}

.fa-calendar-check {
	--fa: "";
}

.fa-industry {
	--fa: "";
}

.fa-map-pin {
	--fa: "";
}

.fa-map-signs, .fa-signs-post {
	--fa: "";
}

.fa-map {
	--fa: "";
}

.fa-comment-alt, .fa-message {
	--fa: "";
}

.fa-circle-pause, .fa-pause-circle {
	--fa: "";
}

.fa-circle-stop, .fa-stop-circle {
	--fa: "";
}

.fa-bag-shopping, .fa-shopping-bag {
	--fa: "";
}

.fa-basket-shopping, .fa-shopping-basket {
	--fa: "";
}

.fa-universal-access {
	--fa: "";
}

.fa-blind, .fa-person-walking-with-cane {
	--fa: "";
}

.fa-audio-description {
	--fa: "";
}

.fa-phone-volume, .fa-volume-control-phone {
	--fa: "";
}

.fa-braille {
	--fa: "";
}

.fa-assistive-listening-systems, .fa-ear-listen {
	--fa: "";
}

.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
	--fa: "";
}

.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing {
	--fa: "";
}

.fa-hands, .fa-sign-language, .fa-signing {
	--fa: "";
}

.fa-eye-low-vision, .fa-low-vision {
	--fa: "";
}

.fa-handshake, .fa-handshake-alt, .fa-handshake-simple {
	--fa: "";
}

.fa-envelope-open {
	--fa: "";
}

.fa-address-book, .fa-contact-book {
	--fa: "";
}

.fa-address-card, .fa-contact-card, .fa-vcard {
	--fa: "";
}

.fa-circle-user, .fa-user-circle {
	--fa: "";
}

.fa-id-badge {
	--fa: "";
}

.fa-drivers-license, .fa-id-card {
	--fa: "";
}

.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
	--fa: "";
}

.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
	--fa: "";
}

.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half {
	--fa: "";
}

.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
	--fa: "";
}

.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
	--fa: "";
}

.fa-shower {
	--fa: "";
}

.fa-bath, .fa-bathtub {
	--fa: "";
}

.fa-podcast {
	--fa: "";
}

.fa-window-maximize {
	--fa: "";
}

.fa-window-minimize {
	--fa: "";
}

.fa-window-restore {
	--fa: "";
}

.fa-square-xmark, .fa-times-square, .fa-xmark-square {
	--fa: "";
}

.fa-microchip {
	--fa: "";
}

.fa-snowflake {
	--fa: "";
}

.fa-spoon, .fa-utensil-spoon {
	--fa: "";
}

.fa-cutlery, .fa-utensils {
	--fa: "";
}

.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
	--fa: "";
}

.fa-trash-alt, .fa-trash-can {
	--fa: "";
}

.fa-rotate, .fa-sync-alt {
	--fa: "";
}

.fa-stopwatch {
	--fa: "";
}

.fa-right-from-bracket, .fa-sign-out-alt {
	--fa: "";
}

.fa-right-to-bracket, .fa-sign-in-alt {
	--fa: "";
}

.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
	--fa: "";
}

.fa-poo {
	--fa: "";
}

.fa-images {
	--fa: "";
}

.fa-pencil, .fa-pencil-alt {
	--fa: "";
}

.fa-pen {
	--fa: "";
}

.fa-pen-alt, .fa-pen-clip {
	--fa: "";
}

.fa-octagon {
	--fa: "";
}

.fa-down-long, .fa-long-arrow-alt-down {
	--fa: "";
}

.fa-left-long, .fa-long-arrow-alt-left {
	--fa: "";
}

.fa-long-arrow-alt-right, .fa-right-long {
	--fa: "";
}

.fa-long-arrow-alt-up, .fa-up-long {
	--fa: "";
}

.fa-hexagon {
	--fa: "";
}

.fa-file-edit, .fa-file-pen {
	--fa: "";
}

.fa-expand-arrows-alt, .fa-maximize {
	--fa: "";
}

.fa-clipboard {
	--fa: "";
}

.fa-arrows-alt-h, .fa-left-right {
	--fa: "";
}

.fa-arrows-alt-v, .fa-up-down {
	--fa: "";
}

.fa-alarm-clock {
	--fa: "";
}

.fa-arrow-alt-circle-down, .fa-circle-down {
	--fa: "";
}

.fa-arrow-alt-circle-left, .fa-circle-left {
	--fa: "";
}

.fa-arrow-alt-circle-right, .fa-circle-right {
	--fa: "";
}

.fa-arrow-alt-circle-up, .fa-circle-up {
	--fa: "";
}

.fa-external-link-alt, .fa-up-right-from-square {
	--fa: "";
}

.fa-external-link-square-alt, .fa-square-up-right {
	--fa: "";
}

.fa-exchange-alt, .fa-right-left {
	--fa: "";
}

.fa-repeat {
	--fa: "";
}

.fa-code-commit {
	--fa: "";
}

.fa-code-merge {
	--fa: "";
}

.fa-desktop, .fa-desktop-alt {
	--fa: "";
}

.fa-gem {
	--fa: "";
}

.fa-level-down-alt, .fa-turn-down {
	--fa: "";
}

.fa-level-up-alt, .fa-turn-up {
	--fa: "";
}

.fa-lock-open {
	--fa: "";
}

.fa-location-dot, .fa-map-marker-alt {
	--fa: "";
}

.fa-microphone-alt, .fa-microphone-lines {
	--fa: "";
}

.fa-mobile-alt, .fa-mobile-screen-button {
	--fa: "";
}

.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
	--fa: "";
}

.fa-mobile-android-alt, .fa-mobile-screen {
	--fa: "";
}

.fa-money-bill-1, .fa-money-bill-alt {
	--fa: "";
}

.fa-phone-slash {
	--fa: "";
}

.fa-image-portrait, .fa-portrait {
	--fa: "";
}

.fa-mail-reply, .fa-reply {
	--fa: "";
}

.fa-shield-alt, .fa-shield-halved {
	--fa: "";
}

.fa-tablet-alt, .fa-tablet-screen-button {
	--fa: "";
}

.fa-tablet, .fa-tablet-android {
	--fa: "";
}

.fa-ticket-alt, .fa-ticket-simple {
	--fa: "";
}

.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
	--fa: "";
}

.fa-compress-alt, .fa-down-left-and-up-right-to-center {
	--fa: "";
}

.fa-expand-alt, .fa-up-right-and-down-left-from-center {
	--fa: "";
}

.fa-baseball-bat-ball {
	--fa: "";
}

.fa-baseball, .fa-baseball-ball {
	--fa: "";
}

.fa-basketball, .fa-basketball-ball {
	--fa: "";
}

.fa-bowling-ball {
	--fa: "";
}

.fa-chess {
	--fa: "";
}

.fa-chess-bishop {
	--fa: "";
}

.fa-chess-board {
	--fa: "";
}

.fa-chess-king {
	--fa: "";
}

.fa-chess-knight {
	--fa: "";
}

.fa-chess-pawn {
	--fa: "";
}

.fa-chess-queen {
	--fa: "";
}

.fa-chess-rook {
	--fa: "";
}

.fa-dumbbell {
	--fa: "";
}

.fa-football, .fa-football-ball {
	--fa: "";
}

.fa-golf-ball, .fa-golf-ball-tee {
	--fa: "";
}

.fa-hockey-puck {
	--fa: "";
}

.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball {
	--fa: "";
}

.fa-square-full {
	--fa: "";
}

.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
	--fa: "";
}

.fa-volleyball, .fa-volleyball-ball {
	--fa: "";
}

.fa-allergies, .fa-hand-dots {
	--fa: "";
}

.fa-band-aid, .fa-bandage {
	--fa: "";
}

.fa-box {
	--fa: "";
}

.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
	--fa: "";
}

.fa-briefcase-medical {
	--fa: "";
}

.fa-burn, .fa-fire-flame-simple {
	--fa: "";
}

.fa-capsules {
	--fa: "";
}

.fa-clipboard-check {
	--fa: "";
}

.fa-clipboard-list {
	--fa: "";
}

.fa-diagnoses, .fa-person-dots-from-line {
	--fa: "";
}

.fa-dna {
	--fa: "";
}

.fa-dolly, .fa-dolly-box {
	--fa: "";
}

.fa-cart-flatbed, .fa-dolly-flatbed {
	--fa: "";
}

.fa-file-medical {
	--fa: "";
}

.fa-file-medical-alt, .fa-file-waveform {
	--fa: "";
}

.fa-first-aid, .fa-kit-medical {
	--fa: "";
}

.fa-circle-h, .fa-hospital-symbol {
	--fa: "";
}

.fa-id-card-alt, .fa-id-card-clip {
	--fa: "";
}

.fa-notes-medical {
	--fa: "";
}

.fa-pallet {
	--fa: "";
}

.fa-pills {
	--fa: "";
}

.fa-prescription-bottle {
	--fa: "";
}

.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
	--fa: "";
}

.fa-bed-pulse, .fa-procedures {
	--fa: "";
}

.fa-shipping-fast, .fa-truck-fast {
	--fa: "";
}

.fa-smoking {
	--fa: "";
}

.fa-syringe {
	--fa: "";
}

.fa-tablets {
	--fa: "";
}

.fa-thermometer {
	--fa: "";
}

.fa-vial {
	--fa: "";
}

.fa-vials {
	--fa: "";
}

.fa-warehouse {
	--fa: "";
}

.fa-weight, .fa-weight-scale {
	--fa: "";
}

.fa-x-ray {
	--fa: "";
}

.fa-box-open {
	--fa: "";
}

.fa-comment-dots, .fa-commenting {
	--fa: "";
}

.fa-comment-slash {
	--fa: "";
}

.fa-couch {
	--fa: "";
}

.fa-circle-dollar-to-slot, .fa-donate {
	--fa: "";
}

.fa-dove {
	--fa: "";
}

.fa-hand-holding {
	--fa: "";
}

.fa-hand-holding-heart {
	--fa: "";
}

.fa-hand-holding-dollar, .fa-hand-holding-usd {
	--fa: "";
}

.fa-hand-holding-droplet, .fa-hand-holding-water {
	--fa: "";
}

.fa-hands-holding {
	--fa: "";
}

.fa-hands-helping, .fa-handshake-angle {
	--fa: "";
}

.fa-parachute-box {
	--fa: "";
}

.fa-people-carry, .fa-people-carry-box {
	--fa: "";
}

.fa-piggy-bank {
	--fa: "";
}

.fa-ribbon {
	--fa: "";
}

.fa-route {
	--fa: "";
}

.fa-seedling, .fa-sprout {
	--fa: "";
}

.fa-sign, .fa-sign-hanging {
	--fa: "";
}

.fa-face-smile-wink, .fa-smile-wink {
	--fa: "";
}

.fa-tape {
	--fa: "";
}

.fa-truck-loading, .fa-truck-ramp-box {
	--fa: "";
}

.fa-truck-moving {
	--fa: "";
}

.fa-video-slash {
	--fa: "";
}

.fa-wine-glass {
	--fa: "";
}

.fa-user-astronaut {
	--fa: "";
}

.fa-user-check {
	--fa: "";
}

.fa-user-clock {
	--fa: "";
}

.fa-user-cog, .fa-user-gear {
	--fa: "";
}

.fa-user-edit, .fa-user-pen {
	--fa: "";
}

.fa-user-friends, .fa-user-group {
	--fa: "";
}

.fa-user-graduate {
	--fa: "";
}

.fa-user-lock {
	--fa: "";
}

.fa-user-minus {
	--fa: "";
}

.fa-user-ninja {
	--fa: "";
}

.fa-user-shield {
	--fa: "";
}

.fa-user-alt-slash, .fa-user-large-slash, .fa-user-slash {
	--fa: "";
}

.fa-user-tag {
	--fa: "";
}

.fa-user-tie {
	--fa: "";
}

.fa-users-cog, .fa-users-gear {
	--fa: "";
}

.fa-balance-scale-left, .fa-scale-unbalanced {
	--fa: "";
}

.fa-balance-scale-right, .fa-scale-unbalanced-flip {
	--fa: "";
}

.fa-blender {
	--fa: "";
}

.fa-book-open {
	--fa: "";
}

.fa-broadcast-tower, .fa-tower-broadcast {
	--fa: "";
}

.fa-broom {
	--fa: "";
}

.fa-blackboard, .fa-chalkboard {
	--fa: "";
}

.fa-chalkboard-teacher, .fa-chalkboard-user {
	--fa: "";
}

.fa-church {
	--fa: "";
}

.fa-coins {
	--fa: "";
}

.fa-compact-disc {
	--fa: "";
}

.fa-crow {
	--fa: "";
}

.fa-crown {
	--fa: "";
}

.fa-dice {
	--fa: "";
}

.fa-dice-five {
	--fa: "";
}

.fa-dice-four {
	--fa: "";
}

.fa-dice-one {
	--fa: "";
}

.fa-dice-six {
	--fa: "";
}

.fa-dice-three {
	--fa: "";
}

.fa-dice-two {
	--fa: "";
}

.fa-divide {
	--fa: "";
}

.fa-door-closed {
	--fa: "";
}

.fa-door-open {
	--fa: "";
}

.fa-feather {
	--fa: "";
}

.fa-frog {
	--fa: "";
}

.fa-gas-pump {
	--fa: "";
}

.fa-glasses {
	--fa: "";
}

.fa-greater-than-equal {
	--fa: "";
}

.fa-helicopter {
	--fa: "";
}

.fa-infinity {
	--fa: "";
}

.fa-kiwi-bird {
	--fa: "";
}

.fa-less-than-equal {
	--fa: "";
}

.fa-memory {
	--fa: "";
}

.fa-microphone-alt-slash, .fa-microphone-lines-slash {
	--fa: "";
}

.fa-money-bill-wave {
	--fa: "";
}

.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
	--fa: "";
}

.fa-money-check {
	--fa: "";
}

.fa-money-check-alt, .fa-money-check-dollar {
	--fa: "";
}

.fa-not-equal {
	--fa: "";
}

.fa-palette {
	--fa: "";
}

.fa-parking, .fa-square-parking {
	--fa: "";
}

.fa-diagram-project, .fa-project-diagram {
	--fa: "";
}

.fa-receipt {
	--fa: "";
}

.fa-robot {
	--fa: "";
}

.fa-ruler {
	--fa: "";
}

.fa-ruler-combined {
	--fa: "";
}

.fa-ruler-horizontal {
	--fa: "";
}

.fa-ruler-vertical {
	--fa: "";
}

.fa-school {
	--fa: "";
}

.fa-screwdriver {
	--fa: "";
}

.fa-shoe-prints {
	--fa: "";
}

.fa-skull {
	--fa: "";
}

.fa-ban-smoking, .fa-smoking-ban {
	--fa: "";
}

.fa-store {
	--fa: "";
}

.fa-shop, .fa-store-alt {
	--fa: "";
}

.fa-bars-staggered, .fa-reorder, .fa-stream {
	--fa: "";
}

.fa-stroopwafel {
	--fa: "";
}

.fa-toolbox {
	--fa: "";
}

.fa-shirt, .fa-t-shirt, .fa-tshirt {
	--fa: "";
}

.fa-person-walking, .fa-walking {
	--fa: "";
}

.fa-wallet {
	--fa: "";
}

.fa-angry, .fa-face-angry {
	--fa: "";
}

.fa-archway {
	--fa: "";
}

.fa-atlas, .fa-book-atlas {
	--fa: "";
}

.fa-award {
	--fa: "";
}

.fa-backspace, .fa-delete-left {
	--fa: "";
}

.fa-bezier-curve {
	--fa: "";
}

.fa-bong {
	--fa: "";
}

.fa-brush {
	--fa: "";
}

.fa-bus-alt, .fa-bus-simple {
	--fa: "";
}

.fa-cannabis {
	--fa: "";
}

.fa-check-double {
	--fa: "";
}

.fa-cocktail, .fa-martini-glass-citrus {
	--fa: "";
}

.fa-bell-concierge, .fa-concierge-bell {
	--fa: "";
}

.fa-cookie {
	--fa: "";
}

.fa-cookie-bite {
	--fa: "";
}

.fa-crop-alt, .fa-crop-simple {
	--fa: "";
}

.fa-digital-tachograph, .fa-tachograph-digital {
	--fa: "";
}

.fa-dizzy, .fa-face-dizzy {
	--fa: "";
}

.fa-compass-drafting, .fa-drafting-compass {
	--fa: "";
}

.fa-drum {
	--fa: "";
}

.fa-drum-steelpan {
	--fa: "";
}

.fa-feather-alt, .fa-feather-pointed {
	--fa: "";
}

.fa-file-contract {
	--fa: "";
}

.fa-file-arrow-down, .fa-file-download {
	--fa: "";
}

.fa-arrow-right-from-file, .fa-file-export {
	--fa: "";
}

.fa-arrow-right-to-file, .fa-file-import {
	--fa: "";
}

.fa-file-invoice {
	--fa: "";
}

.fa-file-invoice-dollar {
	--fa: "";
}

.fa-file-prescription {
	--fa: "";
}

.fa-file-signature {
	--fa: "";
}

.fa-file-arrow-up, .fa-file-upload {
	--fa: "";
}

.fa-fill {
	--fa: "";
}

.fa-fill-drip {
	--fa: "";
}

.fa-fingerprint {
	--fa: "";
}

.fa-fish {
	--fa: "";
}

.fa-face-flushed, .fa-flushed {
	--fa: "";
}

.fa-face-frown-open, .fa-frown-open {
	--fa: "";
}

.fa-glass-martini-alt, .fa-martini-glass {
	--fa: "";
}

.fa-earth-africa, .fa-globe-africa {
	--fa: "";
}

.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
	--fa: "";
}

.fa-earth-asia, .fa-globe-asia {
	--fa: "";
}

.fa-face-grimace, .fa-grimace {
	--fa: "";
}

.fa-face-grin, .fa-grin {
	--fa: "";
}

.fa-face-grin-wide, .fa-grin-alt {
	--fa: "";
}

.fa-face-grin-beam, .fa-grin-beam {
	--fa: "";
}

.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
	--fa: "";
}

.fa-face-grin-hearts, .fa-grin-hearts {
	--fa: "";
}

.fa-face-grin-squint, .fa-grin-squint {
	--fa: "";
}

.fa-face-grin-squint-tears, .fa-grin-squint-tears {
	--fa: "";
}

.fa-face-grin-stars, .fa-grin-stars {
	--fa: "";
}

.fa-face-grin-tears, .fa-grin-tears {
	--fa: "";
}

.fa-face-grin-tongue, .fa-grin-tongue {
	--fa: "";
}

.fa-face-grin-tongue-squint, .fa-grin-tongue-squint {
	--fa: "";
}

.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
	--fa: "";
}

.fa-face-grin-wink, .fa-grin-wink {
	--fa: "";
}

.fa-grid-horizontal, .fa-grip, .fa-grip-horizontal {
	--fa: "";
}

.fa-grid-vertical, .fa-grip-vertical {
	--fa: "";
}

.fa-headset {
	--fa: "";
}

.fa-highlighter {
	--fa: "";
}

.fa-hot-tub, .fa-hot-tub-person {
	--fa: "";
}

.fa-hotel {
	--fa: "";
}

.fa-joint {
	--fa: "";
}

.fa-face-kiss, .fa-kiss {
	--fa: "";
}

.fa-face-kiss-beam, .fa-kiss-beam {
	--fa: "";
}

.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
	--fa: "";
}

.fa-face-laugh, .fa-laugh {
	--fa: "";
}

.fa-face-laugh-beam, .fa-laugh-beam {
	--fa: "";
}

.fa-face-laugh-squint, .fa-laugh-squint {
	--fa: "";
}

.fa-face-laugh-wink, .fa-laugh-wink {
	--fa: "";
}

.fa-cart-flatbed-suitcase, .fa-luggage-cart {
	--fa: "";
}

.fa-map-location, .fa-map-marked {
	--fa: "";
}

.fa-map-location-dot, .fa-map-marked-alt {
	--fa: "";
}

.fa-marker {
	--fa: "";
}

.fa-medal {
	--fa: "";
}

.fa-face-meh-blank, .fa-meh-blank {
	--fa: "";
}

.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
	--fa: "";
}

.fa-monument {
	--fa: "";
}

.fa-mortar-pestle {
	--fa: "";
}

.fa-paint-roller {
	--fa: "";
}

.fa-passport {
	--fa: "";
}

.fa-pen-fancy {
	--fa: "";
}

.fa-pen-nib {
	--fa: "";
}

.fa-pen-ruler, .fa-pencil-ruler {
	--fa: "";
}

.fa-plane-arrival {
	--fa: "";
}

.fa-plane-departure {
	--fa: "";
}

.fa-prescription {
	--fa: "";
}

.fa-face-sad-cry, .fa-sad-cry {
	--fa: "";
}

.fa-face-sad-tear, .fa-sad-tear {
	--fa: "";
}

.fa-shuttle-van, .fa-van-shuttle {
	--fa: "";
}

.fa-signature {
	--fa: "";
}

.fa-face-smile-beam, .fa-smile-beam {
	--fa: "";
}

.fa-solar-panel {
	--fa: "";
}

.fa-spa {
	--fa: "";
}

.fa-splotch {
	--fa: "";
}

.fa-spray-can {
	--fa: "";
}

.fa-stamp {
	--fa: "";
}

.fa-star-half-alt, .fa-star-half-stroke {
	--fa: "";
}

.fa-suitcase-rolling {
	--fa: "";
}

.fa-face-surprise, .fa-surprise {
	--fa: "";
}

.fa-swatchbook {
	--fa: "";
}

.fa-person-swimming, .fa-swimmer {
	--fa: "";
}

.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
	--fa: "";
}

.fa-droplet-slash, .fa-tint-slash {
	--fa: "";
}

.fa-face-tired, .fa-tired {
	--fa: "";
}

.fa-tooth {
	--fa: "";
}

.fa-umbrella-beach {
	--fa: "";
}

.fa-weight-hanging {
	--fa: "";
}

.fa-wine-glass-alt, .fa-wine-glass-empty {
	--fa: "";
}

.fa-air-freshener, .fa-spray-can-sparkles {
	--fa: "";
}

.fa-apple-alt, .fa-apple-whole {
	--fa: "";
}

.fa-atom {
	--fa: "";
}

.fa-bone {
	--fa: "";
}

.fa-book-open-reader, .fa-book-reader {
	--fa: "";
}

.fa-brain {
	--fa: "";
}

.fa-car-alt, .fa-car-rear {
	--fa: "";
}

.fa-battery-car, .fa-car-battery {
	--fa: "";
}

.fa-car-burst, .fa-car-crash {
	--fa: "";
}

.fa-car-side {
	--fa: "";
}

.fa-charging-station {
	--fa: "";
}

.fa-diamond-turn-right, .fa-directions {
	--fa: "";
}

.fa-draw-polygon, .fa-vector-polygon {
	--fa: "";
}

.fa-laptop-code {
	--fa: "";
}

.fa-layer-group {
	--fa: "";
}

.fa-location, .fa-location-crosshairs {
	--fa: "";
}

.fa-lungs {
	--fa: "";
}

.fa-microscope {
	--fa: "";
}

.fa-oil-can {
	--fa: "";
}

.fa-poop {
	--fa: "";
}

.fa-shapes, .fa-triangle-circle-square {
	--fa: "";
}

.fa-star-of-life {
	--fa: "";
}

.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
	--fa: "";
}

.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
	--fa: "";
}

.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
	--fa: "";
}

.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
	--fa: "";
}

.fa-teeth {
	--fa: "";
}

.fa-teeth-open {
	--fa: "";
}

.fa-masks-theater, .fa-theater-masks {
	--fa: "";
}

.fa-traffic-light {
	--fa: "";
}

.fa-truck-monster {
	--fa: "";
}

.fa-truck-pickup {
	--fa: "";
}

.fa-ad, .fa-rectangle-ad {
	--fa: "";
}

.fa-ankh {
	--fa: "";
}

.fa-bible, .fa-book-bible {
	--fa: "";
}

.fa-briefcase-clock, .fa-business-time {
	--fa: "";
}

.fa-city {
	--fa: "";
}

.fa-comment-dollar {
	--fa: "";
}

.fa-comments-dollar {
	--fa: "";
}

.fa-cross {
	--fa: "";
}

.fa-dharmachakra {
	--fa: "";
}

.fa-envelope-open-text {
	--fa: "";
}

.fa-folder-minus {
	--fa: "";
}

.fa-folder-plus {
	--fa: "";
}

.fa-filter-circle-dollar, .fa-funnel-dollar {
	--fa: "";
}

.fa-gopuram {
	--fa: "";
}

.fa-hamsa {
	--fa: "";
}

.fa-bahai, .fa-haykal {
	--fa: "";
}

.fa-jedi {
	--fa: "";
}

.fa-book-journal-whills, .fa-journal-whills {
	--fa: "";
}

.fa-kaaba {
	--fa: "";
}

.fa-khanda {
	--fa: "";
}

.fa-landmark {
	--fa: "";
}

.fa-envelopes-bulk, .fa-mail-bulk {
	--fa: "";
}

.fa-menorah {
	--fa: "";
}

.fa-mosque {
	--fa: "";
}

.fa-om {
	--fa: "";
}

.fa-pastafarianism, .fa-spaghetti-monster-flying {
	--fa: "";
}

.fa-peace {
	--fa: "";
}

.fa-place-of-worship {
	--fa: "";
}

.fa-poll, .fa-square-poll-vertical {
	--fa: "";
}

.fa-poll-h, .fa-square-poll-horizontal {
	--fa: "";
}

.fa-person-praying, .fa-pray {
	--fa: "";
}

.fa-hands-praying, .fa-praying-hands {
	--fa: "";
}

.fa-book-quran, .fa-quran {
	--fa: "";
}

.fa-magnifying-glass-dollar, .fa-search-dollar {
	--fa: "";
}

.fa-magnifying-glass-location, .fa-search-location {
	--fa: "";
}

.fa-socks {
	--fa: "";
}

.fa-square-root-alt, .fa-square-root-variable {
	--fa: "";
}

.fa-star-and-crescent {
	--fa: "";
}

.fa-star-of-david {
	--fa: "";
}

.fa-synagogue {
	--fa: "";
}

.fa-scroll-torah, .fa-torah {
	--fa: "";
}

.fa-torii-gate {
	--fa: "";
}

.fa-vihara {
	--fa: "";
}

.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
	--fa: "";
}

.fa-yin-yang {
	--fa: "";
}

.fa-blender-phone {
	--fa: "";
}

.fa-book-dead, .fa-book-skull {
	--fa: "";
}

.fa-campground {
	--fa: "";
}

.fa-cat {
	--fa: "";
}

.fa-chair {
	--fa: "";
}

.fa-cloud-moon {
	--fa: "";
}

.fa-cloud-sun {
	--fa: "";
}

.fa-cow {
	--fa: "";
}

.fa-dice-d20 {
	--fa: "";
}

.fa-dice-d6 {
	--fa: "";
}

.fa-dog {
	--fa: "";
}

.fa-dragon {
	--fa: "";
}

.fa-drumstick-bite {
	--fa: "";
}

.fa-dungeon {
	--fa: "";
}

.fa-file-csv {
	--fa: "";
}

.fa-fist-raised, .fa-hand-fist {
	--fa: "";
}

.fa-ghost {
	--fa: "";
}

.fa-hammer {
	--fa: "";
}

.fa-hanukiah {
	--fa: "";
}

.fa-hat-wizard {
	--fa: "";
}

.fa-hiking, .fa-person-hiking {
	--fa: "";
}

.fa-hippo {
	--fa: "";
}

.fa-horse {
	--fa: "";
}

.fa-house-chimney-crack, .fa-house-damage {
	--fa: "";
}

.fa-hryvnia, .fa-hryvnia-sign {
	--fa: "";
}

.fa-mask {
	--fa: "";
}

.fa-mountain {
	--fa: "";
}

.fa-network-wired {
	--fa: "";
}

.fa-otter {
	--fa: "";
}

.fa-ring {
	--fa: "";
}

.fa-person-running, .fa-running {
	--fa: "";
}

.fa-scroll {
	--fa: "";
}

.fa-skull-crossbones {
	--fa: "";
}

.fa-slash {
	--fa: "";
}

.fa-spider {
	--fa: "";
}

.fa-toilet-paper, .fa-toilet-paper-alt, .fa-toilet-paper-blank {
	--fa: "";
}

.fa-tractor {
	--fa: "";
}

.fa-user-injured {
	--fa: "";
}

.fa-vr-cardboard {
	--fa: "";
}

.fa-wand-sparkles {
	--fa: "";
}

.fa-wind {
	--fa: "";
}

.fa-wine-bottle {
	--fa: "";
}

.fa-cloud-meatball {
	--fa: "";
}

.fa-cloud-moon-rain {
	--fa: "";
}

.fa-cloud-rain {
	--fa: "";
}

.fa-cloud-showers-heavy {
	--fa: "";
}

.fa-cloud-sun-rain {
	--fa: "";
}

.fa-democrat {
	--fa: "";
}

.fa-flag-usa {
	--fa: "";
}

.fa-hurricane {
	--fa: "";
}

.fa-landmark-alt, .fa-landmark-dome {
	--fa: "";
}

.fa-meteor {
	--fa: "";
}

.fa-person-booth {
	--fa: "";
}

.fa-poo-bolt, .fa-poo-storm {
	--fa: "";
}

.fa-rainbow {
	--fa: "";
}

.fa-republican {
	--fa: "";
}

.fa-smog {
	--fa: "";
}

.fa-temperature-high {
	--fa: "";
}

.fa-temperature-low {
	--fa: "";
}

.fa-cloud-bolt, .fa-thunderstorm {
	--fa: "";
}

.fa-tornado {
	--fa: "";
}

.fa-volcano {
	--fa: "";
}

.fa-check-to-slot, .fa-vote-yea {
	--fa: "";
}

.fa-water {
	--fa: "";
}

.fa-baby {
	--fa: "";
}

.fa-baby-carriage, .fa-carriage-baby {
	--fa: "";
}

.fa-biohazard {
	--fa: "";
}

.fa-blog {
	--fa: "";
}

.fa-calendar-day {
	--fa: "";
}

.fa-calendar-week {
	--fa: "";
}

.fa-candy-cane {
	--fa: "";
}

.fa-carrot {
	--fa: "";
}

.fa-cash-register {
	--fa: "";
}

.fa-compress-arrows-alt, .fa-minimize {
	--fa: "";
}

.fa-dumpster {
	--fa: "";
}

.fa-dumpster-fire {
	--fa: "";
}

.fa-ethernet {
	--fa: "";
}

.fa-gifts {
	--fa: "";
}

.fa-champagne-glasses, .fa-glass-cheers {
	--fa: "";
}

.fa-glass-whiskey, .fa-whiskey-glass {
	--fa: "";
}

.fa-earth-europe, .fa-globe-europe {
	--fa: "";
}

.fa-grip-lines {
	--fa: "";
}

.fa-grip-lines-vertical {
	--fa: "";
}

.fa-guitar {
	--fa: "";
}

.fa-heart-broken, .fa-heart-crack {
	--fa: "";
}

.fa-holly-berry {
	--fa: "";
}

.fa-horse-head {
	--fa: "";
}

.fa-icicles {
	--fa: "";
}

.fa-igloo {
	--fa: "";
}

.fa-mitten {
	--fa: "";
}

.fa-mug-hot {
	--fa: "";
}

.fa-radiation {
	--fa: "";
}

.fa-circle-radiation, .fa-radiation-alt {
	--fa: "";
}

.fa-restroom {
	--fa: "";
}

.fa-satellite {
	--fa: "";
}

.fa-satellite-dish {
	--fa: "";
}

.fa-sd-card {
	--fa: "";
}

.fa-sim-card {
	--fa: "";
}

.fa-person-skating, .fa-skating {
	--fa: "";
}

.fa-person-skiing, .fa-skiing {
	--fa: "";
}

.fa-person-skiing-nordic, .fa-skiing-nordic {
	--fa: "";
}

.fa-sleigh {
	--fa: "";
}

.fa-comment-sms, .fa-sms {
	--fa: "";
}

.fa-person-snowboarding, .fa-snowboarding {
	--fa: "";
}

.fa-snowman {
	--fa: "";
}

.fa-snowplow {
	--fa: "";
}

.fa-tenge, .fa-tenge-sign {
	--fa: "";
}

.fa-toilet {
	--fa: "";
}

.fa-screwdriver-wrench, .fa-tools {
	--fa: "";
}

.fa-cable-car, .fa-tram {
	--fa: "";
}

.fa-fire-alt, .fa-fire-flame-curved {
	--fa: "";
}

.fa-bacon {
	--fa: "";
}

.fa-book-medical {
	--fa: "";
}

.fa-bread-slice {
	--fa: "";
}

.fa-cheese {
	--fa: "";
}

.fa-clinic-medical, .fa-house-chimney-medical {
	--fa: "";
}

.fa-clipboard-user {
	--fa: "";
}

.fa-comment-medical {
	--fa: "";
}

.fa-crutch {
	--fa: "";
}

.fa-disease {
	--fa: "";
}

.fa-egg {
	--fa: "";
}

.fa-folder-tree {
	--fa: "";
}

.fa-burger, .fa-hamburger {
	--fa: "";
}

.fa-hand-middle-finger {
	--fa: "";
}

.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
	--fa: "";
}

.fa-hospital-user {
	--fa: "";
}

.fa-hotdog {
	--fa: "";
}

.fa-ice-cream {
	--fa: "";
}

.fa-laptop-medical {
	--fa: "";
}

.fa-pager {
	--fa: "";
}

.fa-pepper-hot {
	--fa: "";
}

.fa-pizza-slice {
	--fa: "";
}

.fa-sack-dollar {
	--fa: "";
}

.fa-book-tanakh, .fa-tanakh {
	--fa: "";
}

.fa-bars-progress, .fa-tasks-alt {
	--fa: "";
}

.fa-trash-arrow-up, .fa-trash-restore {
	--fa: "";
}

.fa-trash-can-arrow-up, .fa-trash-restore-alt {
	--fa: "";
}

.fa-user-nurse {
	--fa: "";
}

.fa-wave-square {
	--fa: "";
}

.fa-biking, .fa-person-biking {
	--fa: "";
}

.fa-border-all {
	--fa: "";
}

.fa-border-none {
	--fa: "";
}

.fa-border-style, .fa-border-top-left {
	--fa: "";
}

.fa-digging, .fa-person-digging {
	--fa: "";
}

.fa-fan {
	--fa: "";
}

.fa-heart-music-camera-bolt, .fa-icons {
	--fa: "";
}

.fa-phone-alt, .fa-phone-flip {
	--fa: "";
}

.fa-phone-square-alt, .fa-square-phone-flip {
	--fa: "";
}

.fa-photo-film, .fa-photo-video {
	--fa: "";
}

.fa-remove-format, .fa-text-slash {
	--fa: "";
}

.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt {
	--fa: "";
}

.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
	--fa: "";
}

.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
	--fa: "";
}

.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
	--fa: "";
}

.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt {
	--fa: "";
}

.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
	--fa: "";
}

.fa-spell-check {
	--fa: "";
}

.fa-voicemail {
	--fa: "";
}

.fa-hat-cowboy {
	--fa: "";
}

.fa-hat-cowboy-side {
	--fa: "";
}

.fa-computer-mouse, .fa-mouse {
	--fa: "";
}

.fa-radio {
	--fa: "";
}

.fa-record-vinyl {
	--fa: "";
}

.fa-walkie-talkie {
	--fa: "";
}

.fa-caravan {
	--fa: "";
}

:host, :root {
	--fa-family-brands: "Font Awesome 7 Brands";
	--fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}

.fa-brands, .fa-classic.fa-brands, .fab {
	--fa-family: var(--fa-family-brands);
	--fa-style: 400;
}

.fa-firefox-browser {
	--fa: "";
}

.fa-ideal {
	--fa: "";
}

.fa-microblog {
	--fa: "";
}

.fa-pied-piper-square, .fa-square-pied-piper {
	--fa: "";
}

.fa-unity {
	--fa: "";
}

.fa-dailymotion {
	--fa: "";
}

.fa-instagram-square, .fa-square-instagram {
	--fa: "";
}

.fa-mixer {
	--fa: "";
}

.fa-shopify {
	--fa: "";
}

.fa-deezer {
	--fa: "";
}

.fa-edge-legacy {
	--fa: "";
}

.fa-google-pay {
	--fa: "";
}

.fa-rust {
	--fa: "";
}

.fa-tiktok {
	--fa: "";
}

.fa-unsplash {
	--fa: "";
}

.fa-cloudflare {
	--fa: "";
}

.fa-guilded {
	--fa: "";
}

.fa-hive {
	--fa: "";
}

.fa-42-group, .fa-innosoft {
	--fa: "";
}

.fa-instalod {
	--fa: "";
}

.fa-octopus-deploy {
	--fa: "";
}

.fa-perbyte {
	--fa: "";
}

.fa-uncharted {
	--fa: "";
}

.fa-watchman-monitoring {
	--fa: "";
}

.fa-wodu {
	--fa: "";
}

.fa-wirsindhandwerk, .fa-wsh {
	--fa: "";
}

.fa-bots {
	--fa: "";
}

.fa-cmplid {
	--fa: "";
}

.fa-bilibili {
	--fa: "";
}

.fa-golang {
	--fa: "";
}

.fa-pix {
	--fa: "";
}

.fa-sitrox {
	--fa: "";
}

.fa-hashnode {
	--fa: "";
}

.fa-meta {
	--fa: "";
}

.fa-padlet {
	--fa: "";
}

.fa-nfc-directional {
	--fa: "";
}

.fa-nfc-symbol {
	--fa: "";
}

.fa-screenpal {
	--fa: "";
}

.fa-space-awesome {
	--fa: "";
}

.fa-square-font-awesome {
	--fa: "";
}

.fa-gitlab-square, .fa-square-gitlab {
	--fa: "";
}

.fa-odysee {
	--fa: "";
}

.fa-stubber {
	--fa: "";
}

.fa-debian {
	--fa: "";
}

.fa-shoelace {
	--fa: "";
}

.fa-threads {
	--fa: "";
}

.fa-square-threads {
	--fa: "";
}

.fa-square-x-twitter {
	--fa: "";
}

.fa-x-twitter {
	--fa: "";
}

.fa-opensuse {
	--fa: "";
}

.fa-letterboxd {
	--fa: "";
}

.fa-square-letterboxd {
	--fa: "";
}

.fa-mintbit {
	--fa: "";
}

.fa-google-scholar {
	--fa: "";
}

.fa-brave {
	--fa: "";
}

.fa-brave-reverse {
	--fa: "";
}

.fa-pixiv {
	--fa: "";
}

.fa-upwork {
	--fa: "";
}

.fa-webflow {
	--fa: "";
}

.fa-signal-messenger {
	--fa: "";
}

.fa-bluesky {
	--fa: "";
}

.fa-jxl {
	--fa: "";
}

.fa-square-upwork {
	--fa: "";
}

.fa-web-awesome {
	--fa: "";
}

.fa-square-web-awesome {
	--fa: "";
}

.fa-square-web-awesome-stroke {
	--fa: "";
}

.fa-dart-lang {
	--fa: "";
}

.fa-flutter {
	--fa: "";
}

.fa-files-pinwheel {
	--fa: "";
}

.fa-css {
	--fa: "";
}

.fa-square-bluesky {
	--fa: "";
}

.fa-openai {
	--fa: "";
}

.fa-square-linkedin {
	--fa: "";
}

.fa-cash-app {
	--fa: "";
}

.fa-disqus {
	--fa: "";
}

.fa-11ty, .fa-eleventy {
	--fa: "";
}

.fa-kakao-talk {
	--fa: "";
}

.fa-linktree {
	--fa: "";
}

.fa-notion {
	--fa: "";
}

.fa-pandora {
	--fa: "";
}

.fa-pixelfed {
	--fa: "";
}

.fa-tidal {
	--fa: "";
}

.fa-vsco {
	--fa: "";
}

.fa-w3c {
	--fa: "";
}

.fa-lumon {
	--fa: "";
}

.fa-lumon-drop {
	--fa: "";
}

.fa-square-figma {
	--fa: "";
}

.fa-tex {
	--fa: "";
}

.fa-duolingo {
	--fa: "";
}

.fa-square-twitter, .fa-twitter-square {
	--fa: "";
}

.fa-facebook-square, .fa-square-facebook {
	--fa: "";
}

.fa-linkedin {
	--fa: "";
}

.fa-github-square, .fa-square-github {
	--fa: "";
}

.fa-twitter {
	--fa: "";
}

.fa-facebook {
	--fa: "";
}

.fa-github {
	--fa: "";
}

.fa-pinterest {
	--fa: "";
}

.fa-pinterest-square, .fa-square-pinterest {
	--fa: "";
}

.fa-google-plus-square, .fa-square-google-plus {
	--fa: "";
}

.fa-google-plus-g {
	--fa: "";
}

.fa-linkedin-in {
	--fa: "";
}

.fa-github-alt {
	--fa: "";
}

.fa-maxcdn {
	--fa: "";
}

.fa-html5 {
	--fa: "";
}

.fa-css3 {
	--fa: "";
}

.fa-btc {
	--fa: "";
}

.fa-youtube {
	--fa: "";
}

.fa-xing {
	--fa: "";
}

.fa-square-xing, .fa-xing-square {
	--fa: "";
}

.fa-dropbox {
	--fa: "";
}

.fa-stack-overflow {
	--fa: "";
}

.fa-instagram {
	--fa: "";
}

.fa-flickr {
	--fa: "";
}

.fa-adn {
	--fa: "";
}

.fa-bitbucket {
	--fa: "";
}

.fa-tumblr {
	--fa: "";
}

.fa-square-tumblr, .fa-tumblr-square {
	--fa: "";
}

.fa-apple {
	--fa: "";
}

.fa-windows {
	--fa: "";
}

.fa-android {
	--fa: "";
}

.fa-linux {
	--fa: "";
}

.fa-dribbble {
	--fa: "";
}

.fa-skype {
	--fa: "";
}

.fa-foursquare {
	--fa: "";
}

.fa-trello {
	--fa: "";
}

.fa-gratipay {
	--fa: "";
}

.fa-vk {
	--fa: "";
}

.fa-weibo {
	--fa: "";
}

.fa-renren {
	--fa: "";
}

.fa-pagelines {
	--fa: "";
}

.fa-stack-exchange {
	--fa: "";
}

.fa-square-vimeo, .fa-vimeo-square {
	--fa: "";
}

.fa-slack, .fa-slack-hash {
	--fa: "";
}

.fa-wordpress {
	--fa: "";
}

.fa-openid {
	--fa: "";
}

.fa-yahoo {
	--fa: "";
}

.fa-google {
	--fa: "";
}

.fa-reddit {
	--fa: "";
}

.fa-reddit-square, .fa-square-reddit {
	--fa: "";
}

.fa-stumbleupon-circle {
	--fa: "";
}

.fa-stumbleupon {
	--fa: "";
}

.fa-delicious {
	--fa: "";
}

.fa-digg {
	--fa: "";
}

.fa-pied-piper-pp {
	--fa: "";
}

.fa-pied-piper-alt {
	--fa: "";
}

.fa-drupal {
	--fa: "";
}

.fa-joomla {
	--fa: "";
}

.fa-behance {
	--fa: "";
}

.fa-behance-square, .fa-square-behance {
	--fa: "";
}

.fa-steam {
	--fa: "";
}

.fa-square-steam, .fa-steam-square {
	--fa: "";
}

.fa-spotify {
	--fa: "";
}

.fa-deviantart {
	--fa: "";
}

.fa-soundcloud {
	--fa: "";
}

.fa-vine {
	--fa: "";
}

.fa-codepen {
	--fa: "";
}

.fa-jsfiddle {
	--fa: "";
}

.fa-rebel {
	--fa: "";
}

.fa-empire {
	--fa: "";
}

.fa-git-square, .fa-square-git {
	--fa: "";
}

.fa-git {
	--fa: "";
}

.fa-hacker-news {
	--fa: "";
}

.fa-tencent-weibo {
	--fa: "";
}

.fa-qq {
	--fa: "";
}

.fa-weixin {
	--fa: "";
}

.fa-slideshare {
	--fa: "";
}

.fa-twitch {
	--fa: "";
}

.fa-yelp {
	--fa: "";
}

.fa-paypal {
	--fa: "";
}

.fa-google-wallet {
	--fa: "";
}

.fa-cc-visa {
	--fa: "";
}

.fa-cc-mastercard {
	--fa: "";
}

.fa-cc-discover {
	--fa: "";
}

.fa-cc-amex {
	--fa: "";
}

.fa-cc-paypal {
	--fa: "";
}

.fa-cc-stripe {
	--fa: "";
}

.fa-lastfm {
	--fa: "";
}

.fa-lastfm-square, .fa-square-lastfm {
	--fa: "";
}

.fa-ioxhost {
	--fa: "";
}

.fa-angellist {
	--fa: "";
}

.fa-buysellads {
	--fa: "";
}

.fa-connectdevelop {
	--fa: "";
}

.fa-dashcube {
	--fa: "";
}

.fa-forumbee {
	--fa: "";
}

.fa-leanpub {
	--fa: "";
}

.fa-sellsy {
	--fa: "";
}

.fa-shirtsinbulk {
	--fa: "";
}

.fa-simplybuilt {
	--fa: "";
}

.fa-skyatlas {
	--fa: "";
}

.fa-pinterest-p {
	--fa: "";
}

.fa-whatsapp {
	--fa: "";
}

.fa-viacoin {
	--fa: "";
}

.fa-medium, .fa-medium-m {
	--fa: "";
}

.fa-y-combinator {
	--fa: "";
}

.fa-optin-monster {
	--fa: "";
}

.fa-opencart {
	--fa: "";
}

.fa-expeditedssl {
	--fa: "";
}

.fa-cc-jcb {
	--fa: "";
}

.fa-cc-diners-club {
	--fa: "";
}

.fa-creative-commons {
	--fa: "";
}

.fa-gg {
	--fa: "";
}

.fa-gg-circle {
	--fa: "";
}

.fa-odnoklassniki {
	--fa: "";
}

.fa-odnoklassniki-square, .fa-square-odnoklassniki {
	--fa: "";
}

.fa-get-pocket {
	--fa: "";
}

.fa-wikipedia-w {
	--fa: "";
}

.fa-safari {
	--fa: "";
}

.fa-chrome {
	--fa: "";
}

.fa-firefox {
	--fa: "";
}

.fa-opera {
	--fa: "";
}

.fa-internet-explorer {
	--fa: "";
}

.fa-contao {
	--fa: "";
}

.fa-500px {
	--fa: "";
}

.fa-amazon {
	--fa: "";
}

.fa-houzz {
	--fa: "";
}

.fa-vimeo-v {
	--fa: "";
}

.fa-black-tie {
	--fa: "";
}

.fa-fonticons {
	--fa: "";
}

.fa-reddit-alien {
	--fa: "";
}

.fa-edge {
	--fa: "";
}

.fa-codiepie {
	--fa: "";
}

.fa-modx {
	--fa: "";
}

.fa-fort-awesome {
	--fa: "";
}

.fa-usb {
	--fa: "";
}

.fa-product-hunt {
	--fa: "";
}

.fa-mixcloud {
	--fa: "";
}

.fa-scribd {
	--fa: "";
}

.fa-bluetooth {
	--fa: "";
}

.fa-bluetooth-b {
	--fa: "";
}

.fa-gitlab {
	--fa: "";
}

.fa-wpbeginner {
	--fa: "";
}

.fa-wpforms {
	--fa: "";
}

.fa-envira {
	--fa: "";
}

.fa-glide {
	--fa: "";
}

.fa-glide-g {
	--fa: "";
}

.fa-viadeo {
	--fa: "";
}

.fa-square-viadeo, .fa-viadeo-square {
	--fa: "";
}

.fa-snapchat, .fa-snapchat-ghost {
	--fa: "";
}

.fa-snapchat-square, .fa-square-snapchat {
	--fa: "";
}

.fa-pied-piper {
	--fa: "";
}

.fa-first-order {
	--fa: "";
}

.fa-yoast {
	--fa: "";
}

.fa-themeisle {
	--fa: "";
}

.fa-google-plus {
	--fa: "";
}

.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
	--fa: "";
}

.fa-linode {
	--fa: "";
}

.fa-quora {
	--fa: "";
}

.fa-free-code-camp {
	--fa: "";
}

.fa-telegram, .fa-telegram-plane {
	--fa: "";
}

.fa-bandcamp {
	--fa: "";
}

.fa-grav {
	--fa: "";
}

.fa-etsy {
	--fa: "";
}

.fa-imdb {
	--fa: "";
}

.fa-ravelry {
	--fa: "";
}

.fa-sellcast {
	--fa: "";
}

.fa-superpowers {
	--fa: "";
}

.fa-wpexplorer {
	--fa: "";
}

.fa-meetup {
	--fa: "";
}

.fa-font-awesome-alt, .fa-square-font-awesome-stroke {
	--fa: "";
}

.fa-accessible-icon {
	--fa: "";
}

.fa-accusoft {
	--fa: "";
}

.fa-adversal {
	--fa: "";
}

.fa-affiliatetheme {
	--fa: "";
}

.fa-algolia {
	--fa: "";
}

.fa-amilia {
	--fa: "";
}

.fa-angrycreative {
	--fa: "";
}

.fa-app-store {
	--fa: "";
}

.fa-app-store-ios {
	--fa: "";
}

.fa-apper {
	--fa: "";
}

.fa-asymmetrik {
	--fa: "";
}

.fa-audible {
	--fa: "";
}

.fa-avianex {
	--fa: "";
}

.fa-aws {
	--fa: "";
}

.fa-bimobject {
	--fa: "";
}

.fa-bitcoin {
	--fa: "";
}

.fa-bity {
	--fa: "";
}

.fa-blackberry {
	--fa: "";
}

.fa-blogger {
	--fa: "";
}

.fa-blogger-b {
	--fa: "";
}

.fa-buromobelexperte {
	--fa: "";
}

.fa-centercode {
	--fa: "";
}

.fa-cloudscale {
	--fa: "";
}

.fa-cloudsmith {
	--fa: "";
}

.fa-cloudversify {
	--fa: "";
}

.fa-cpanel {
	--fa: "";
}

.fa-css3-alt {
	--fa: "";
}

.fa-cuttlefish {
	--fa: "";
}

.fa-d-and-d {
	--fa: "";
}

.fa-deploydog {
	--fa: "";
}

.fa-deskpro {
	--fa: "";
}

.fa-digital-ocean {
	--fa: "";
}

.fa-discord {
	--fa: "";
}

.fa-discourse {
	--fa: "";
}

.fa-dochub {
	--fa: "";
}

.fa-docker {
	--fa: "";
}

.fa-draft2digital {
	--fa: "";
}

.fa-dribbble-square, .fa-square-dribbble {
	--fa: "";
}

.fa-dyalog {
	--fa: "";
}

.fa-earlybirds {
	--fa: "";
}

.fa-erlang {
	--fa: "";
}

.fa-facebook-f {
	--fa: "";
}

.fa-facebook-messenger {
	--fa: "";
}

.fa-firstdraft {
	--fa: "";
}

.fa-fonticons-fi {
	--fa: "";
}

.fa-fort-awesome-alt {
	--fa: "";
}

.fa-freebsd {
	--fa: "";
}

.fa-gitkraken {
	--fa: "";
}

.fa-gofore {
	--fa: "";
}

.fa-goodreads {
	--fa: "";
}

.fa-goodreads-g {
	--fa: "";
}

.fa-google-drive {
	--fa: "";
}

.fa-google-play {
	--fa: "";
}

.fa-gripfire {
	--fa: "";
}

.fa-grunt {
	--fa: "";
}

.fa-gulp {
	--fa: "";
}

.fa-hacker-news-square, .fa-square-hacker-news {
	--fa: "";
}

.fa-hire-a-helper {
	--fa: "";
}

.fa-hotjar {
	--fa: "";
}

.fa-hubspot {
	--fa: "";
}

.fa-itunes {
	--fa: "";
}

.fa-itunes-note {
	--fa: "";
}

.fa-jenkins {
	--fa: "";
}

.fa-joget {
	--fa: "";
}

.fa-js {
	--fa: "";
}

.fa-js-square, .fa-square-js {
	--fa: "";
}

.fa-keycdn {
	--fa: "";
}

.fa-kickstarter, .fa-square-kickstarter {
	--fa: "";
}

.fa-kickstarter-k {
	--fa: "";
}

.fa-laravel {
	--fa: "";
}

.fa-line {
	--fa: "";
}

.fa-lyft {
	--fa: "";
}

.fa-magento {
	--fa: "";
}

.fa-medapps {
	--fa: "";
}

.fa-medrt {
	--fa: "";
}

.fa-microsoft {
	--fa: "";
}

.fa-mix {
	--fa: "";
}

.fa-mizuni {
	--fa: "";
}

.fa-monero {
	--fa: "";
}

.fa-napster {
	--fa: "";
}

.fa-node-js {
	--fa: "";
}

.fa-npm {
	--fa: "";
}

.fa-ns8 {
	--fa: "";
}

.fa-nutritionix {
	--fa: "";
}

.fa-page4 {
	--fa: "";
}

.fa-palfed {
	--fa: "";
}

.fa-patreon {
	--fa: "";
}

.fa-periscope {
	--fa: "";
}

.fa-phabricator {
	--fa: "";
}

.fa-phoenix-framework {
	--fa: "";
}

.fa-playstation {
	--fa: "";
}

.fa-pushed {
	--fa: "";
}

.fa-python {
	--fa: "";
}

.fa-red-river {
	--fa: "";
}

.fa-rendact, .fa-wpressr {
	--fa: "";
}

.fa-replyd {
	--fa: "";
}

.fa-resolving {
	--fa: "";
}

.fa-rocketchat {
	--fa: "";
}

.fa-rockrms {
	--fa: "";
}

.fa-schlix {
	--fa: "";
}

.fa-searchengin {
	--fa: "";
}

.fa-servicestack {
	--fa: "";
}

.fa-sistrix {
	--fa: "";
}

.fa-speakap {
	--fa: "";
}

.fa-staylinked {
	--fa: "";
}

.fa-steam-symbol {
	--fa: "";
}

.fa-sticker-mule {
	--fa: "";
}

.fa-studiovinari {
	--fa: "";
}

.fa-supple {
	--fa: "";
}

.fa-uber {
	--fa: "";
}

.fa-uikit {
	--fa: "";
}

.fa-uniregistry {
	--fa: "";
}

.fa-untappd {
	--fa: "";
}

.fa-ussunnah {
	--fa: "";
}

.fa-vaadin {
	--fa: "";
}

.fa-viber {
	--fa: "";
}

.fa-vimeo {
	--fa: "";
}

.fa-vnv {
	--fa: "";
}

.fa-square-whatsapp, .fa-whatsapp-square {
	--fa: "";
}

.fa-whmcs {
	--fa: "";
}

.fa-wordpress-simple {
	--fa: "";
}

.fa-xbox {
	--fa: "";
}

.fa-yandex {
	--fa: "";
}

.fa-yandex-international {
	--fa: "";
}

.fa-apple-pay {
	--fa: "";
}

.fa-cc-apple-pay {
	--fa: "";
}

.fa-fly {
	--fa: "";
}

.fa-node {
	--fa: "";
}

.fa-osi {
	--fa: "";
}

.fa-react {
	--fa: "";
}

.fa-autoprefixer {
	--fa: "";
}

.fa-less {
	--fa: "";
}

.fa-sass {
	--fa: "";
}

.fa-vuejs {
	--fa: "";
}

.fa-angular {
	--fa: "";
}

.fa-aviato {
	--fa: "";
}

.fa-ember {
	--fa: "";
}

.fa-gitter {
	--fa: "";
}

.fa-hooli {
	--fa: "";
}

.fa-strava {
	--fa: "";
}

.fa-stripe {
	--fa: "";
}

.fa-stripe-s {
	--fa: "";
}

.fa-typo3 {
	--fa: "";
}

.fa-amazon-pay {
	--fa: "";
}

.fa-cc-amazon-pay {
	--fa: "";
}

.fa-ethereum {
	--fa: "";
}

.fa-korvue {
	--fa: "";
}

.fa-elementor {
	--fa: "";
}

.fa-square-youtube, .fa-youtube-square {
	--fa: "";
}

.fa-flipboard {
	--fa: "";
}

.fa-hips {
	--fa: "";
}

.fa-php {
	--fa: "";
}

.fa-quinscape {
	--fa: "";
}

.fa-readme {
	--fa: "";
}

.fa-java {
	--fa: "";
}

.fa-pied-piper-hat {
	--fa: "";
}

.fa-creative-commons-by {
	--fa: "";
}

.fa-creative-commons-nc {
	--fa: "";
}

.fa-creative-commons-nc-eu {
	--fa: "";
}

.fa-creative-commons-nc-jp {
	--fa: "";
}

.fa-creative-commons-nd {
	--fa: "";
}

.fa-creative-commons-pd {
	--fa: "";
}

.fa-creative-commons-pd-alt {
	--fa: "";
}

.fa-creative-commons-remix {
	--fa: "";
}

.fa-creative-commons-sa {
	--fa: "";
}

.fa-creative-commons-sampling {
	--fa: "";
}

.fa-creative-commons-sampling-plus {
	--fa: "";
}

.fa-creative-commons-share {
	--fa: "";
}

.fa-creative-commons-zero {
	--fa: "";
}

.fa-ebay {
	--fa: "";
}

.fa-keybase {
	--fa: "";
}

.fa-mastodon {
	--fa: "";
}

.fa-r-project {
	--fa: "";
}

.fa-researchgate {
	--fa: "";
}

.fa-teamspeak {
	--fa: "";
}

.fa-first-order-alt {
	--fa: "";
}

.fa-fulcrum {
	--fa: "";
}

.fa-galactic-republic {
	--fa: "";
}

.fa-galactic-senate {
	--fa: "";
}

.fa-jedi-order {
	--fa: "";
}

.fa-mandalorian {
	--fa: "";
}

.fa-old-republic {
	--fa: "";
}

.fa-phoenix-squadron {
	--fa: "";
}

.fa-sith {
	--fa: "";
}

.fa-trade-federation {
	--fa: "";
}

.fa-wolf-pack-battalion {
	--fa: "";
}

.fa-hornbill {
	--fa: "";
}

.fa-mailchimp {
	--fa: "";
}

.fa-megaport {
	--fa: "";
}

.fa-nimblr {
	--fa: "";
}

.fa-rev {
	--fa: "";
}

.fa-shopware {
	--fa: "";
}

.fa-squarespace {
	--fa: "";
}

.fa-themeco {
	--fa: "";
}

.fa-weebly {
	--fa: "";
}

.fa-wix {
	--fa: "";
}

.fa-ello {
	--fa: "";
}

.fa-hackerrank {
	--fa: "";
}

.fa-kaggle {
	--fa: "";
}

.fa-markdown {
	--fa: "";
}

.fa-neos {
	--fa: "";
}

.fa-zhihu {
	--fa: "";
}

.fa-alipay {
	--fa: "";
}

.fa-the-red-yeti {
	--fa: "";
}

.fa-critical-role {
	--fa: "";
}

.fa-d-and-d-beyond {
	--fa: "";
}

.fa-dev {
	--fa: "";
}

.fa-fantasy-flight-games {
	--fa: "";
}

.fa-wizards-of-the-coast {
	--fa: "";
}

.fa-think-peaks {
	--fa: "";
}

.fa-reacteurope {
	--fa: "";
}

.fa-artstation {
	--fa: "";
}

.fa-atlassian {
	--fa: "";
}

.fa-canadian-maple-leaf {
	--fa: "";
}

.fa-centos {
	--fa: "";
}

.fa-confluence {
	--fa: "";
}

.fa-dhl {
	--fa: "";
}

.fa-diaspora {
	--fa: "";
}

.fa-fedex {
	--fa: "";
}

.fa-fedora {
	--fa: "";
}

.fa-figma {
	--fa: "";
}

.fa-intercom {
	--fa: "";
}

.fa-invision {
	--fa: "";
}

.fa-jira {
	--fa: "";
}

.fa-mendeley {
	--fa: "";
}

.fa-raspberry-pi {
	--fa: "";
}

.fa-redhat {
	--fa: "";
}

.fa-sketch {
	--fa: "";
}

.fa-sourcetree {
	--fa: "";
}

.fa-suse {
	--fa: "";
}

.fa-ubuntu {
	--fa: "";
}

.fa-ups {
	--fa: "";
}

.fa-usps {
	--fa: "";
}

.fa-yarn {
	--fa: "";
}

.fa-airbnb {
	--fa: "";
}

.fa-battle-net {
	--fa: "";
}

.fa-bootstrap {
	--fa: "";
}

.fa-buffer {
	--fa: "";
}

.fa-chromecast {
	--fa: "";
}

.fa-evernote {
	--fa: "";
}

.fa-itch-io {
	--fa: "";
}

.fa-salesforce {
	--fa: "";
}

.fa-speaker-deck {
	--fa: "";
}

.fa-symfony {
	--fa: "";
}

.fa-waze {
	--fa: "";
}

.fa-yammer {
	--fa: "";
}

.fa-git-alt {
	--fa: "";
}

.fa-stackpath {
	--fa: "";
}

.fa-cotton-bureau {
	--fa: "";
}

.fa-buy-n-large {
	--fa: "";
}

.fa-mdb {
	--fa: "";
}

.fa-orcid {
	--fa: "";
}

.fa-swift {
	--fa: "";
}

.fa-umbraco {
	--fa: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
}

.far {
	--fa-family: var(--fa-family-classic);
}

.fa-regular, .far {
	--fa-style: 400;
}

:host, :root {
	--fa-family-classic: "Font Awesome 7 Free";
	--fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
	--fa-style-family-classic: var(--fa-family-classic);
}

.fas {
	--fa-style: 900;
}

.fa-classic, .fas {
	--fa-family: var(--fa-family-classic);
}

.fa-solid {
	--fa-style: 900;
}

body, html {
	font-size: 14px;
}

h1, h2 {
	letter-spacing: -.015em;
}

h4, h5 {
	text-transform: none;
	letter-spacing: 0;
}

body, h4, h5, var {
	letter-spacing: 0;
}

.wp-caption, iframe, img, pre {
	max-width: 100%;
}

blockquote, table td, table th {
	text-align: center;
}

.alignfull, .eltdf-content, .eltdf-wrapper, blockquote, sub, sup {
	position: relative;
}

.aligncenter, .alignfull, .alignwide, .clearfix:after, .eltdf-container:after {
	clear: both;
}

.eltdf-owl-custom-slider .owl-item, .eltdf-owl-slider .owl-item {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.eltdf-countdown .countdown-rtl, .eltdf-owl-custom-slider.owl-rtl, .eltdf-owl-slider.owl-rtl, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner.owl-rtl {
	direction: rtl;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
	background: 0 0;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body, pre {
	background-color: #fff;
}

a img, table {
	border: none;
}

ol, pre, ul {
	margin: 15px 0;
}

article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
	width: 100%;
}

table th {
	border: 0;
	padding: 5px 7px;
}

table td {
	padding: 5px 10px;
}

.wp-caption, img {
	height: auto;
}

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

.clear:after {
	clear: both;
	content: "";
	display: block;
}

html {
	overflow-y: scroll !important;
}

body {
	color: #000;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1.928em;
	text-transform: initial;
}

h1, h2, h3, h4, h5 {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
}

h1 {
	font-size: 50px;
	line-height: 1.14em;
}

h2 {
	font-size: 40px;
	line-height: 1.175em;
}

h3 {
	font-size: 35px;
	letter-spacing: -.02em;
	line-height: 1.2em;
}

h4 {
	font-size: 27px;
	line-height: 1.259em;
}

h5 {
	font-size: 18px;
	line-height: 1.388em;
}

h6 {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover, var a:hover {
	color: #595959;
}

a, p a, var a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

p, var {
	margin: 10px 0;
}

var {
	font-family: Montserrat, sans-serif;
	font-size: 1.285rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.142rem;
}

input[type=submit] {
	-webkit-appearance: none;
}

ol, ul {
	list-style-position: inside;
}

ol ol, ol ul, ul ol, ul ul {
	margin: 0;
	padding: 0 0 0 15px;
}

pre {
	padding: 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

dt {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
}

dd {
	margin-bottom: 15px;
}

sub, sup {
	vertical-align: baseline;
	height: 0;
	line-height: 0;
	font-size: 75%;
}

sub {
	top: .5ex;
}

sup {
	bottom: .5ex;
}

.wp-caption-text {
	font-style: italic;
	margin: 0;
}

table tbody tr, table thead tr {
	border: 1px solid #000;
}

table tbody th {
	border-right: 1px solid #000;
}

blockquote {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 10px 0;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	quotes: none;
	box-sizing: border-box;
}

blockquote>* {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	margin: 0;
}

blockquote:after, blockquote:before {
	content: "";
}

blockquote cite {
	font-style: normal;
	font-weight: 400;
}

::selection {
	background: #595959;
	color: #fff;
}

::-moz-selection {
	background: #595959;
	color: #fff;
}

.bypostauthor, .gallery-caption, .sticky, .wp-caption, .wp-caption-text {
	opacity: 1;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignwide {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:1024px) {
	.alignwide {
		width: 100%;
		max-width: 100%;
	}
}

.alignfull {
	left: -1rem;
	width: calc(100% + ( 2 * 1rem ));
	max-width: calc(100% + ( 2 * 1rem ));
}

@media only screen and (max-width:1024px) {
	.alignfull {
		left: calc(-12.5% - 75px);
		width: calc(125% + 150px);
		max-width: calc(125% + 150px);
		margin-top: calc(2 * 1rem);
		margin-bottom: calc(2 * 1rem);
	}
}

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

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

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

.eltdf-wrapper {
	left: 0;
	z-index: 1000;
	-webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	-moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	transition: left .33s cubic-bezier(.694, .0482, .335, 1);
}

.eltdf-wrapper .eltdf-wrapper-inner {
	width: 100%;
	overflow: hidden;
}

.eltdf-content {
	margin-top: 0;
	background-color: #fff;
	z-index: 100;
}

.eltdf-boxed {
	overflow: hidden !important;
}

.eltdf-boxed .eltdf-wrapper {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.touch .eltdf-boxed .eltdf-wrapper {
	background-repeat: repeat;
}

.eltdf-boxed .eltdf-wrapper .eltdf-wrapper-inner {
	width: 1150px;
	margin: auto;
	overflow: visible;
}

.eltdf-boxed .eltdf-content {
	overflow: hidden;
}

.eltdf-boxed .eltdf-footer-inner {
	width: 1150px;
	margin: auto;
}

.eltdf-boxed .eltdf-page-header .eltdf-fixed-wrapper.fixed, .eltdf-boxed .eltdf-page-header .eltdf-sticky-header {
	left: auto;
	width: 1150px;
}

.eltdf-paspartu-enabled .eltdf-wrapper {
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
}

.eltdf-paspartu-enabled.eltdf-top-paspartu-disabled .eltdf-wrapper {
	padding-top: 0 !important;
}

.eltdf-paspartu-enabled .eltdf-mobile-header.mobile-header-appear .eltdf-mobile-header-inner, .eltdf-paspartu-enabled .eltdf-page-header .eltdf-fixed-wrapper.fixed, .eltdf-paspartu-enabled .eltdf-sticky-header {
	left: 10px;
	width: calc(100% - 20px);
}

.eltdf-paspartu-enabled.eltdf-fixed-paspartu-enabled.admin-bar .eltdf-wrapper:before {
	top: 32px;
}

.eltdf-paspartu-enabled.eltdf-fixed-paspartu-enabled .eltdf-wrapper:after, .eltdf-paspartu-enabled.eltdf-fixed-paspartu-enabled .eltdf-wrapper:before {
	content: "";
	position: fixed;
	left: 0;
	width: 100%;
	height: auto;
	padding-top: inherit;
	background-color: inherit;
	z-index: 99999;
}

.eltdf-container:after, .eltdf-container:before {
	content: " ";
	display: table;
}

.eltdf-paspartu-enabled.eltdf-fixed-paspartu-enabled .eltdf-wrapper:before {
	top: 0;
}

.eltdf-paspartu-enabled.eltdf-fixed-paspartu-enabled .eltdf-wrapper:after {
	bottom: 0;
}

.eltdf-paspartu-enabled.eltdf-fixed-paspartu-enabled .eltdf-mobile-header.mobile-header-appear .eltdf-mobile-header-inner, .eltdf-paspartu-enabled.eltdf-fixed-paspartu-enabled .eltdf-page-header .eltdf-fixed-wrapper.fixed, .eltdf-paspartu-enabled.eltdf-fixed-paspartu-enabled .eltdf-sticky-header.header-appear {
	margin-top: 10px;
}

.eltdf-smooth-transition-loader {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 2000;
}

.eltdf-container, .eltdf-full-width {
	z-index: 100;
	position: relative;
}

.eltdf-container {
	width: 100%;
	padding: 0;
}

.eltdf-rev-has-paspartu, .eltdf-vertical-align-containers .eltdf-position-center-inner, .eltdf-vertical-align-containers .eltdf-position-left-inner, .eltdf-vertical-align-containers .eltdf-position-right-inner {
	display: inline-block;
	vertical-align: middle;
}

.eltdf-container-inner {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}

.eltdf-content .eltdf-content-inner>.eltdf-container>.eltdf-container-inner, .eltdf-content .eltdf-content-inner>.eltdf-full-width>.eltdf-full-width-inner {
	padding-top: 70px;
	padding-bottom: 40px;
}

@media only screen and (min-width:1400px) {
	.eltdf-grid-1300 .eltdf-container-inner, .eltdf-grid-1300 .eltdf-grid, .eltdf-grid-1300 .eltdf-row-grid-section {
		width: 1300px;
	}
	
	.eltdf-grid-1300.eltdf-boxed .eltdf-footer-inner, .eltdf-grid-1300.eltdf-boxed .eltdf-wrapper-inner {
		width: 1350px;
	}
	
	.eltdf-grid-1300.eltdf-boxed .eltdf-page-header .eltdf-fixed-wrapper.fixed, .eltdf-grid-1300.eltdf-boxed .eltdf-page-header .eltdf-sticky-header {
		left: auto;
		width: 1350px;
	}
}

@media only screen and (min-width:1367px) {
	.eltdf-grid-1200 .eltdf-container-inner, .eltdf-grid-1200 .eltdf-grid, .eltdf-grid-1200 .eltdf-row-grid-section {
		width: 1200px;
	}
	
	.eltdf-grid-1200.eltdf-boxed .eltdf-footer-inner, .eltdf-grid-1200.eltdf-boxed .eltdf-wrapper-inner {
		width: 1250px;
	}
	
	.eltdf-grid-1200.eltdf-boxed .eltdf-page-header .eltdf-fixed-wrapper.fixed, .eltdf-grid-1200.eltdf-boxed .eltdf-page-header .eltdf-sticky-header {
		left: auto;
		width: 1250px;
	}
}

@media only screen and (min-width:1200px) {
	.eltdf-grid-1000 .eltdf-container-inner, .eltdf-grid-1000 .eltdf-grid, .eltdf-grid-1000 .eltdf-row-grid-section {
		width: 1000px;
	}
	
	.eltdf-grid-1000.eltdf-boxed .eltdf-footer-inner, .eltdf-grid-1000.eltdf-boxed .eltdf-wrapper-inner {
		width: 1050px;
	}
	
	.eltdf-grid-1000.eltdf-boxed .eltdf-page-header .eltdf-fixed-wrapper.fixed, .eltdf-grid-1000.eltdf-boxed .eltdf-page-header .eltdf-sticky-header {
		width: 1050px;
		left: auto;
	}
}

@media only screen and (min-width:1024px) {
	.eltdf-grid-800 .eltdf-container-inner, .eltdf-grid-800 .eltdf-grid, .eltdf-grid-800 .eltdf-row-grid-section {
		width: 800px;
	}
	
	.eltdf-grid-800.eltdf-boxed .eltdf-footer-inner, .eltdf-grid-800.eltdf-boxed .eltdf-wrapper-inner {
		width: 850px;
	}
	
	.eltdf-grid-800.eltdf-boxed .eltdf-page-header .eltdf-fixed-wrapper.fixed, .eltdf-grid-800.eltdf-boxed .eltdf-page-header .eltdf-sticky-header {
		width: 850px;
		left: auto;
	}
}

@-webkit-keyframes preload-background {
	from {
		background-position: 0 0;
	}
	
	to {
		background-position: 100% 0;
	}
}

@keyframes preload-background {
	from {
		background-position: 0 0;
	}
	
	to {
		background-position: 100% 0;
	}
}

.eltdf-preload-background {
	background: url("https://cdn-ilefdfj.nitrocdn.com/yetVRxhmdMAvgZcNJZTepHknzYWXEZkg/assets/images/optimized/rev-e78503f/moodmarketing.es/wp-content/themes/amedeo/assets/img/preload_pattern.png") !important;
	-webkit-animation-name: preload-background;
	-webkit-animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-fill-mode: forwards;
	animation-name: preload-background;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}

.eltdf-grid {
	margin: 0 auto;
	width: 1100px;
}

.eltdf-vertical-align-containers {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.eltdf-parallax-row-holder, .vc_row .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
	background-color: transparent;
}

.eltdf-vertical-align-containers.eltdf-25-50-25 .eltdf-position-left, .eltdf-vertical-align-containers.eltdf-25-50-25 .eltdf-position-right {
	width: 25%;
}

.eltdf-vertical-align-containers.eltdf-25-50-25 .eltdf-position-center {
	left: 50%;
	width: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.eltdf-vertical-align-containers.eltdf-33-33-33 .eltdf-position-center, .eltdf-vertical-align-containers.eltdf-33-33-33 .eltdf-position-left, .eltdf-vertical-align-containers.eltdf-33-33-33 .eltdf-position-right {
	width: 33.33%;
}

.eltdf-vertical-align-containers.eltdf-33-33-33 .eltdf-position-center {
	left: 50%;
	width: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.eltdf-vertical-align-containers.eltdf-50-50 .eltdf-position-left, .eltdf-vertical-align-containers.eltdf-50-50 .eltdf-position-right {
	width: 50%;
}

.eltdf-vertical-align-containers.eltdf-33-66 .eltdf-position-left {
	width: 33.33%;
}

.eltdf-vertical-align-containers.eltdf-33-66 .eltdf-position-right, .eltdf-vertical-align-containers.eltdf-66-33 .eltdf-position-left {
	width: 66.66%;
}

.eltdf-vertical-align-containers.eltdf-66-33 .eltdf-position-right {
	width: 33.33%;
}

.eltdf-vertical-align-containers .eltdf-position-left {
	position: relative;
	height: 100%;
	float: left;
	z-index: 2;
}

.eltdf-vertical-align-containers .eltdf-position-center {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1;
}

.eltdf-vertical-align-containers .eltdf-position-right {
	position: relative;
	height: 100%;
	float: right;
	text-align: right;
	z-index: 2;
}

.eltdf-vertical-align-containers .eltdf-position-right.eltdf-has-widget .eltdf-position-right-inner {
	height: 100%;
}

.eltdf-vertical-align-containers .eltdf-position-center:before, .eltdf-vertical-align-containers .eltdf-position-left:before, .eltdf-vertical-align-containers .eltdf-position-right:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
}

.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}

.eltdf-row-grid-section {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	z-index: 20;
}

.eltdf-content-aligment-left {
	text-align: left;
}

.eltdf-content-aligment-center {
	text-align: center;
}

.eltdf-content-aligment-right {
	text-align: right;
}

.eltdf-parallax-row-holder {
	position: static;
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

@media only screen and (max-width:1024px) {
	.eltdf-disabled-bg-image-bellow-1024 {
		background-image: none !important;
	}
	
	.eltdf-parallax-row-holder {
		height: auto !important;
		min-height: 200px !important;
		background-attachment: scroll;
		background-position: center top !important;
		background-size: cover;
	}
	
	.eltdf-disabled-bg-image-bellow-1024.nitro-lazy {
		background-image: none !important;
	}
}

.eltdf-rev-has-paspartu {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0;
	box-sizing: border-box;
}

.admin-bar .eltdf-rev-has-paspartu {
	height: calc(100vh - 32px);
}

.eltdf-rev-has-paspartu.eltdf-side-paspartu-disabled {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-tiny {
	padding: 10px;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-tiny.eltdf-top-paspartu-disabled {
	padding-top: 0;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-tiny.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 10px) !important;
}

.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-tiny.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 42px) !important;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 20px) !important;
}

.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 52px) !important;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-small {
	padding: 20px;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-small.eltdf-top-paspartu-disabled {
	padding-top: 0;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-small.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 20px) !important;
}

.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-small.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 52px) !important;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 40px) !important;
}

.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 72px) !important;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-normal {
	padding: 30px;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-normal.eltdf-top-paspartu-disabled {
	padding-top: 0;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-normal.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 30px) !important;
}

.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-normal.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 62px) !important;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 60px) !important;
}

.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 92px) !important;
}

@media only screen and (max-width:680px) {
	.eltdf-disabled-bg-image-bellow-680 {
		background-image: none !important;
	}
	
	.eltdf-rev-has-paspartu.eltdf-paspartu-normal {
		padding: 20px;
	}
	
	.eltdf-rev-has-paspartu.eltdf-paspartu-normal.eltdf-top-paspartu-disabled {
		padding-top: 0;
	}
	
	.eltdf-rev-has-paspartu.eltdf-paspartu-normal.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
		height: calc(100vh - 20px) !important;
	}
	
	.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-normal.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
		height: calc(100vh - 52px) !important;
	}
	
	.eltdf-rev-has-paspartu.eltdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
		height: calc(100vh - 40px) !important;
	}
	
	.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
		height: calc(100vh - 72px) !important;
	}
	
	.eltdf-disabled-bg-image-bellow-680.nitro-lazy {
		background-image: none !important;
	}
}

.eltdf-rev-has-paspartu.eltdf-paspartu-large {
	padding: 50px;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-large.eltdf-top-paspartu-disabled {
	padding-top: 0;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-large.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 50px) !important;
}

.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-large.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 82px) !important;
}

.eltdf-rev-has-paspartu.eltdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 100px) !important;
}

.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 132px) !important;
}

@media only screen and (max-width:680px) {
	.eltdf-rev-has-paspartu.eltdf-paspartu-large {
		padding: 20px;
	}
	
	.eltdf-rev-has-paspartu.eltdf-paspartu-large.eltdf-top-paspartu-disabled {
		padding-top: 0;
	}
	
	.eltdf-rev-has-paspartu.eltdf-paspartu-large.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
		height: calc(100vh - 20px) !important;
	}
	
	.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-large.eltdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
		height: calc(100vh - 52px) !important;
	}
	
	.eltdf-rev-has-paspartu.eltdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
		height: calc(100vh - 40px) !important;
	}
	
	.admin-bar .eltdf-rev-has-paspartu.eltdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
		height: calc(100vh - 72px) !important;
	}
}

.eltdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner {
	left: 0 !important;
	width: 100% !important;
}

.eltdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.eltdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: 100vh !important;
}

.admin-bar .eltdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
	height: calc(100vh - 32px) !important;
}

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

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

.eltdf-header-vertical.eltdf-header-vertical-shadow-disable .eltdf-vertical-area-background, .eltdf-menu-area-shadow-disable .eltdf-page-header .eltdf-menu-area, .eltdf-menu-area-shadow-disable .eltdf-page-header .eltdf-menu-area .eltdf-grid .eltdf-vertical-align-containers {
	box-shadow: none;
}

body.archive .eltdf-portfolio-list-holder {
	padding-top: 40px;
	padding-bottom: 100px;
}

.eltdf-two-columns-form-without-space .eltdf-column-left {
	display: table-cell;
	width: 99%;
	vertical-align: top;
}

.eltdf-two-columns-form-without-space .eltdf-column-right {
	display: table-cell;
	width: 1%;
	text-align: left;
	vertical-align: top;
}

.eltdf-two-columns-form-with-space .eltdf-column-left {
	display: table-cell;
	width: 99%;
	vertical-align: top;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

.eltdf-two-columns-form-with-space .eltdf-column-right {
	display: table-cell;
	width: 1%;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}

.eltdf-no-space .eltdf-outer-space {
	margin: 0;
}

.eltdf-no-space .eltdf-outer-space .eltdf-item-space {
	padding: 0;
	margin: 0;
}

.eltdf-no-space.eltdf-disable-bottom-space, .eltdf-no-space.eltdf-disable-item-bottom-space .eltdf-item-space {
	margin-bottom: 0;
}

.eltdf-no-space.eltdf-columns-has-side-space {
	padding: 0;
}

.eltdf-tiny-space .eltdf-outer-space {
	margin: 0 -5px;
}

.eltdf-tiny-space .eltdf-outer-space .eltdf-item-space {
	padding: 0 5px;
	margin: 0 0 10px;
}

.eltdf-tiny-space.eltdf-disable-bottom-space {
	margin-bottom: -10px;
}

.eltdf-tiny-space.eltdf-disable-item-bottom-space .eltdf-item-space {
	margin-bottom: 0;
}

.eltdf-tiny-space.eltdf-columns-has-side-space {
	padding: 0 10px;
}

.eltdf-small-space .eltdf-outer-space {
	margin: 0 -10px;
}

.eltdf-small-space .eltdf-outer-space .eltdf-item-space {
	padding: 0 10px;
	margin: 0 0 20px;
}

.eltdf-small-space.eltdf-disable-bottom-space {
	margin-bottom: -20px;
}

.eltdf-small-space.eltdf-disable-item-bottom-space .eltdf-item-space {
	margin-bottom: 0;
}

.eltdf-small-space.eltdf-columns-has-side-space {
	padding: 0 20px;
}

.eltdf-normal-space .eltdf-outer-space {
	margin: 0 -15px;
}

.eltdf-normal-space .eltdf-outer-space .eltdf-item-space {
	padding: 0 15px;
	margin: 0 0 30px;
}

.eltdf-normal-space.eltdf-disable-bottom-space {
	margin-bottom: -30px;
}

.eltdf-normal-space.eltdf-disable-item-bottom-space .eltdf-item-space {
	margin-bottom: 0;
}

.eltdf-normal-space.eltdf-columns-has-side-space {
	padding: 0 30px;
}

.eltdf-medium-space .eltdf-outer-space {
	margin: 0 -20px;
}

.eltdf-medium-space .eltdf-outer-space .eltdf-item-space {
	padding: 0 20px;
	margin: 0 0 40px;
}

.eltdf-medium-space.eltdf-disable-bottom-space {
	margin-bottom: -40px;
}

.eltdf-medium-space.eltdf-disable-item-bottom-space .eltdf-item-space {
	margin-bottom: 0;
}

.eltdf-medium-space.eltdf-columns-has-side-space {
	padding: 0 40px;
}

.eltdf-large-space .eltdf-outer-space {
	margin: 0 -25px;
}

.eltdf-large-space .eltdf-outer-space .eltdf-item-space {
	padding: 0 25px;
	margin: 0 0 50px;
}

.eltdf-large-space.eltdf-disable-bottom-space {
	margin-bottom: -50px;
}

.eltdf-large-space.eltdf-disable-item-bottom-space .eltdf-item-space {
	margin-bottom: 0;
}

.eltdf-large-space.eltdf-columns-has-side-space {
	padding: 0 50px;
}

.eltdf-huge-space .eltdf-outer-space {
	margin: 0 -40px;
}

.eltdf-huge-space .eltdf-outer-space .eltdf-item-space {
	padding: 0 40px;
	margin: 0 0 80px;
}

.eltdf-huge-space.eltdf-disable-bottom-space {
	margin-bottom: -80px;
}

.eltdf-huge-space.eltdf-disable-item-bottom-space .eltdf-item-space {
	margin-bottom: 0;
}

.eltdf-huge-space.eltdf-columns-has-side-space {
	padding: 0 80px;
}

.eltdf-grid-list .eltdf-list-is-slider .eltdf-outer-space {
	margin: 0 !important;
}

.eltdf-grid-list .eltdf-list-is-slider .eltdf-item-space {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
}

.eltdf-bl-standard-pagination, .eltdf-blog-holder, .eltdf-blog-list-holder, .eltdf-blog-pagination, .eltdf-comment-form, .eltdf-comment-form .comment-form-cookies-consent:after, .eltdf-drop-down .wide .second .inner>ul>li:nth-child(4n+1), .eltdf-grid-col-10:after, .eltdf-grid-col-12:after, .eltdf-grid-col-1:after, .eltdf-grid-col-2:after, .eltdf-grid-col-3:after, .eltdf-grid-col-4:after, .eltdf-grid-col-5:after, .eltdf-grid-col-6:after, .eltdf-grid-col-7:after, .eltdf-grid-col-8:after, .eltdf-grid-col-9:after, .eltdf-grid-row:after, .eltdf-owl-slider .owl-stage:after, .eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder, .eltdf-single-links-pages {
	clear: both;
}

.eltdf-grid-list .eltdf-item-space {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
}

.eltdf-grid-col-10:after, .eltdf-grid-col-10:before, .eltdf-grid-col-11:after, .eltdf-grid-col-11:before, .eltdf-grid-col-12:after, .eltdf-grid-col-12:before, .eltdf-grid-col-1:after, .eltdf-grid-col-1:before, .eltdf-grid-col-2:after, .eltdf-grid-col-2:before, .eltdf-grid-col-3:after, .eltdf-grid-col-3:before, .eltdf-grid-col-4:after, .eltdf-grid-col-4:before, .eltdf-grid-col-5:after, .eltdf-grid-col-5:before, .eltdf-grid-col-7:after, .eltdf-grid-col-7:before, .eltdf-grid-col-8:after, .eltdf-grid-col-8:before, .eltdf-grid-col-9:after, .eltdf-grid-col-9:before, .eltdf-grid-row:after, .eltdf-grid-row:before {
	content: " ";
	display: table;
}

.eltdf-grid-list:not(.eltdf-one-columns) .eltdf-item-space {
	float: left;
}

.eltdf-grid-list.eltdf-one-columns .eltdf-item-space, .eltdf-grid-list.eltdf-one-columns .eltdf-masonry-grid-sizer {
	width: 100%;
}

.eltdf-grid-list.eltdf-two-columns .eltdf-item-space, .eltdf-grid-list.eltdf-two-columns .eltdf-masonry-grid-sizer {
	width: 50%;
}

.eltdf-grid-list.eltdf-two-columns .eltdf-item-space.eltdf-masonry-size-large-width, .eltdf-grid-list.eltdf-two-columns .eltdf-item-space.eltdf-masonry-size-large-width-height {
	width: 100%;
}

@media only screen and (min-width:681px) {
	.eltdf-grid-list.eltdf-two-columns .eltdf-item-space:nth-child(2n+1) {
		clear: both;
	}
}

.eltdf-grid-list.eltdf-three-columns .eltdf-item-space, .eltdf-grid-list.eltdf-three-columns .eltdf-masonry-grid-sizer {
	width: 33.33333%;
}

.eltdf-grid-list.eltdf-three-columns .eltdf-item-space.eltdf-masonry-size-large-width, .eltdf-grid-list.eltdf-three-columns .eltdf-item-space.eltdf-masonry-size-large-width-height {
	width: 66.66667%;
}

.eltdf-grid-list.eltdf-four-columns .eltdf-item-space, .eltdf-grid-list.eltdf-four-columns .eltdf-masonry-grid-sizer {
	width: 25%;
}

.eltdf-grid-list.eltdf-four-columns .eltdf-item-space.eltdf-masonry-size-large-width, .eltdf-grid-list.eltdf-four-columns .eltdf-item-space.eltdf-masonry-size-large-width-height {
	width: 50%;
}

@media only screen and (min-width:1025px) {
	.eltdf-grid-list.eltdf-four-columns .eltdf-item-space:nth-child(4n+1) {
		clear: both;
	}
}

.eltdf-grid-list.eltdf-five-columns .eltdf-item-space, .eltdf-grid-list.eltdf-five-columns .eltdf-masonry-grid-sizer {
	width: 20%;
}

.eltdf-grid-list.eltdf-five-columns .eltdf-item-space.eltdf-masonry-size-large-width, .eltdf-grid-list.eltdf-five-columns .eltdf-item-space.eltdf-masonry-size-large-width-height {
	width: 40%;
}

@media only screen and (min-width:1367px) {
	.eltdf-grid-list.eltdf-five-columns .eltdf-item-space:nth-child(5n+1) {
		clear: both;
	}
}

.eltdf-grid-list.eltdf-six-columns .eltdf-item-space, .eltdf-grid-list.eltdf-six-columns .eltdf-masonry-grid-sizer {
	width: 16.66667%;
}

.eltdf-grid-list.eltdf-six-columns .eltdf-item-space.eltdf-masonry-size-large-width, .eltdf-grid-list.eltdf-six-columns .eltdf-item-space.eltdf-masonry-size-large-width-height {
	width: 33.33333%;
}

@media only screen and (min-width:1441px) {
	.eltdf-grid-list.eltdf-six-columns .eltdf-item-space:nth-child(6n+1) {
		clear: both;
	}
}

.eltdf-grid-masonry-list.eltdf-fixed-masonry-items img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.eltdf-grid-masonry-list .eltdf-masonry-list-wrapper {
	opacity: 0;
}

.eltdf-grid-masonry-list .eltdf-masonry-grid-sizer {
	width: 100%;
	padding: 0;
	margin: 0;
}

.eltdf-grid-masonry-list .eltdf-masonry-grid-gutter {
	width: 0;
	padding: 0;
	margin: 0;
}

.eltdf-grid-masonry-list .eltdf-item-space.eltdf-fixed-masonry-item img {
	height: 100%;
	width: 100%;
}

.eltdf-grid-row {
	margin-left: -15px;
	margin-right: -15px;
}

.eltdf-grid-no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.eltdf-grid-no-gutter>div {
	padding-left: 0;
	padding-right: 0;
}

.eltdf-grid-tiny-gutter {
	margin-left: -5px;
	margin-right: -5px;
}

.eltdf-grid-tiny-gutter>div {
	padding-left: 5px;
	padding-right: 5px;
}

.eltdf-grid-small-gutter {
	margin-left: -10px;
	margin-right: -10px;
}

.eltdf-grid-small-gutter>div {
	padding-left: 10px;
	padding-right: 10px;
}

.eltdf-grid-normal-gutter {
	margin-left: -15px;
	margin-right: -15px;
}

.eltdf-grid-normal-gutter>div {
	padding-left: 15px;
	padding-right: 15px;
}

.eltdf-grid-medium-gutter {
	margin-left: -20px;
	margin-right: -20px;
}

.eltdf-grid-medium-gutter>div {
	padding-left: 20px;
	padding-right: 20px;
}

.eltdf-grid-large-gutter {
	margin-left: -25px;
	margin-right: -25px;
}

.eltdf-grid-large-gutter>div {
	padding-left: 25px;
	padding-right: 25px;
}

.eltdf-grid-huge-gutter {
	margin-left: -40px;
	margin-right: -40px;
}

.eltdf-grid-huge-gutter>div {
	padding-left: 40px;
	padding-right: 40px;
}

.eltdf-grid-col-1, .eltdf-grid-col-10, .eltdf-grid-col-11, .eltdf-grid-col-12, .eltdf-grid-col-2, .eltdf-grid-col-3, .eltdf-grid-col-4, .eltdf-grid-col-5, .eltdf-grid-col-7, .eltdf-grid-col-8, .eltdf-grid-col-9 {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	box-sizing: border-box;
	min-height: 1px;
}

.eltdf-grid-col-1 {
	float: left;
	width: 8.33333%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-1 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-2 {
	float: left;
	width: 16.66667%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-2 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-3 {
	float: left;
	width: 25%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-3 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-4 {
	float: left;
	width: 33.33333%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-4 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-5 {
	float: left;
	width: 41.66667%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-5 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-6 {
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.eltdf-grid-col-6:after, .eltdf-grid-col-6:before {
	content: " ";
	display: table;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-6 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-7 {
	float: left;
	width: 58.33333%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-7 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-8 {
	float: left;
	width: 66.66667%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-8 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-9 {
	float: left;
	width: 75%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-9 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-10 {
	float: left;
	width: 83.33333%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-10 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-11 {
	float: left;
	width: 91.66667%;
}

.eltdf-grid-col-11:after {
	clear: both;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-11 {
		width: 100%;
		float: none;
	}
}

.eltdf-grid-col-12 {
	float: left;
	width: 100%;
}

.eltdf-grid-col-push-1 {
	left: 8.33333%;
}

.eltdf-grid-col-pull-1 {
	right: 8.33333%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-12 {
		width: 100%;
		float: none;
	}
	
	.eltdf-grid-col-push-1 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-1 {
		right: 0;
	}
}

.eltdf-grid-col-push-2 {
	left: 16.66667%;
}

.eltdf-grid-col-pull-2 {
	right: 16.66667%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-2 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-2 {
		right: 0;
	}
}

.eltdf-grid-col-push-3 {
	left: 25%;
}

.eltdf-grid-col-pull-3 {
	right: 25%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-3 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-3 {
		right: 0;
	}
}

.eltdf-grid-col-push-4 {
	left: 33.33333%;
}

.eltdf-grid-col-pull-4 {
	right: 33.33333%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-4 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-4 {
		right: 0;
	}
}

.eltdf-grid-col-push-5 {
	left: 41.66667%;
}

.eltdf-grid-col-pull-5 {
	right: 41.66667%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-5 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-5 {
		right: 0;
	}
}

.eltdf-grid-col-push-6 {
	left: 50%;
}

.eltdf-grid-col-pull-6 {
	right: 50%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-6 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-6 {
		right: 0;
	}
}

.eltdf-grid-col-push-7 {
	left: 58.33333%;
}

.eltdf-grid-col-pull-7 {
	right: 58.33333%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-7 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-7 {
		right: 0;
	}
}

.eltdf-grid-col-push-8 {
	left: 66.66667%;
}

.eltdf-grid-col-pull-8 {
	right: 66.66667%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-8 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-8 {
		right: 0;
	}
}

.eltdf-grid-col-push-9 {
	left: 75%;
}

.eltdf-grid-col-pull-9 {
	right: 75%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-9 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-9 {
		right: 0;
	}
}

.eltdf-grid-col-push-10 {
	left: 83.33333%;
}

.eltdf-grid-col-pull-10 {
	right: 83.33333%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-10 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-10 {
		right: 0;
	}
}

.eltdf-grid-col-push-11 {
	left: 91.66667%;
}

.eltdf-grid-col-pull-11 {
	right: 91.66667%;
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-11 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-11 {
		right: 0;
	}
}

.eltdf-grid-col-push-12 {
	left: 100%;
}

.eltdf-grid-col-pull-12 {
	right: 100%;
}

@media only screen and (max-width:1366px) {
	.eltdf-grid-col-laptop-landscape-mac-1 {
		width: 8.33333%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-disabled-bg-image-bellow-1280 {
		background-image: none !important;
	}
	
	.eltdf-grid-col-laptop-landscape-medium-1 {
		width: 8.33333%;
		float: left;
	}
	
	.eltdf-disabled-bg-image-bellow-1280.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-1 {
		width: 8.33333%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-push-12 {
		left: 0;
	}
	
	.eltdf-grid-col-pull-12 {
		right: 0;
	}
	
	.eltdf-grid-col-ipad-landscape-1 {
		width: 8.33333%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-disabled-bg-image-bellow-768 {
		background-image: none !important;
	}
	
	.eltdf-grid-col-ipad-portrait-1 {
		width: 8.33333%;
		float: left;
	}
	
	.eltdf-disabled-bg-image-bellow-768.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-1 {
		width: 8.33333%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-disabled-bg-image-bellow-480 {
		background-image: none !important;
	}
	
	.eltdf-grid-col-phone-portrait-1 {
		width: 8.33333%;
		float: left;
	}
	
	.eltdf-disabled-bg-image-bellow-480.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-1 {
		width: 8.33333%;
		float: left;
	}
}

@media only screen and (max-width:1440px) {
	.eltdf-grid-col-laptop-landscape-large-1 {
		width: 8.33333%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-large-2 {
		width: 16.66667%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-2 {
		width: 16.66667%;
		float: left;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-2 {
		width: 16.66667%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-2 {
		width: 16.66667%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-2 {
		width: 16.66667%;
		float: left;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-2 {
		width: 16.66667%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-2 {
		width: 16.66667%;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-2 {
		width: 16.66667%;
		float: left;
	}
}

@media only screen and (max-width:1366px) {
	.eltdf-grid-col-laptop-landscape-mac-2 {
		width: 16.66667%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-mac-3 {
		width: 25%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-3 {
		width: 25%;
		float: left;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-3 {
		width: 25%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-3 {
		width: 25%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-3 {
		width: 25%;
		float: left;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-3 {
		width: 25%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-3 {
		width: 25%;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-3 {
		width: 25%;
		float: left;
	}
}

@media only screen and (max-width:1440px) {
	.eltdf-grid-col-laptop-landscape-large-3 {
		width: 25%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-large-4 {
		width: 33.33333%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-4 {
		width: 33.33333%;
		float: left;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-4 {
		width: 33.33333%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-4 {
		width: 33.33333%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-4 {
		width: 33.33333%;
		float: left;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-4 {
		width: 33.33333%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-4 {
		width: 33.33333%;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-4 {
		width: 33.33333%;
		float: left;
	}
}

@media only screen and (max-width:1366px) {
	.eltdf-grid-col-laptop-landscape-mac-4 {
		width: 33.33333%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-mac-5 {
		width: 41.66667%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-5 {
		width: 41.66667%;
		float: left;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-5 {
		width: 41.66667%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-5 {
		width: 41.66667%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-5 {
		width: 41.66667%;
		float: left;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-5 {
		width: 41.66667%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-5 {
		width: 41.66667%;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-5 {
		width: 41.66667%;
		float: left;
	}
}

@media only screen and (max-width:1440px) {
	.eltdf-grid-col-laptop-landscape-large-5 {
		width: 41.66667%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-large-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width:1366px) {
	.eltdf-grid-col-laptop-landscape-mac-6 {
		width: 50%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-mac-7 {
		width: 58.33333%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-7 {
		width: 58.33333%;
		float: left;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-7 {
		width: 58.33333%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-7 {
		width: 58.33333%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-7 {
		width: 58.33333%;
		float: left;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-7 {
		width: 58.33333%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-7 {
		width: 58.33333%;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-7 {
		width: 58.33333%;
		float: left;
	}
}

@media only screen and (max-width:1440px) {
	.eltdf-grid-col-laptop-landscape-large-7 {
		width: 58.33333%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-large-8 {
		width: 66.66667%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-8 {
		width: 66.66667%;
		float: left;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-8 {
		width: 66.66667%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-8 {
		width: 66.66667%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-8 {
		width: 66.66667%;
		float: left;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-8 {
		width: 66.66667%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-8 {
		width: 66.66667%;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-8 {
		width: 66.66667%;
		float: left;
	}
}

@media only screen and (max-width:1366px) {
	.eltdf-grid-col-laptop-landscape-mac-8 {
		width: 66.66667%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-mac-9 {
		width: 75%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-9 {
		width: 75%;
		float: left;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-9 {
		width: 75%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-9 {
		width: 75%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-9 {
		width: 75%;
		float: left;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-9 {
		width: 75%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-9 {
		width: 75%;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-9 {
		width: 75%;
		float: left;
	}
}

@media only screen and (max-width:1440px) {
	.eltdf-grid-col-laptop-landscape-large-9 {
		width: 75%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-large-10 {
		width: 83.33333%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-10 {
		width: 83.33333%;
		float: left;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-10 {
		width: 83.33333%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-10 {
		width: 83.33333%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-10 {
		width: 83.33333%;
		float: left;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-10 {
		width: 83.33333%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-10 {
		width: 83.33333%;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-10 {
		width: 83.33333%;
		float: left;
	}
}

@media only screen and (max-width:1366px) {
	.eltdf-grid-col-laptop-landscape-mac-10 {
		width: 83.33333%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-mac-11 {
		width: 91.66667%;
		float: left;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-11 {
		width: 91.66667%;
		float: left;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-11 {
		width: 91.66667%;
		float: left;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-11 {
		width: 91.66667%;
		float: left;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-11 {
		width: 91.66667%;
		float: left;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-11 {
		width: 91.66667%;
		float: left;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-11 {
		width: 91.66667%;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-11 {
		width: 91.66667%;
		float: left;
	}
}

@media only screen and (max-width:1440px) {
	.eltdf-grid-col-laptop-landscape-large-11 {
		width: 91.66667%;
		float: left;
	}
	
	.eltdf-grid-col-laptop-landscape-large-12 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width:1366px) {
	.eltdf-grid-col-laptop-landscape-mac-12 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width:1280px) {
	.eltdf-grid-col-laptop-landscape-medium-12 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width:1200px) {
	.eltdf-grid-col-laptop-landscape-12 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-grid-col-ipad-landscape-12 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-grid-col-ipad-portrait-12 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-grid-col-phone-landscape-12 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-grid-col-phone-portrait-12 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width:320px) {
	.eltdf-grid-col-smaller-phone-portrait-12 {
		width: 100%;
		float: none;
	}
}

@-webkit-keyframes element-from-left {
	0% {
		opacity: 0;
		transform: translate(-20%, 0);
	}
	
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@keyframes element-from-left {
	0% {
		opacity: 0;
		transform: translate(-20%, 0);
	}
	
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@-webkit-keyframes element-from-right {
	0% {
		opacity: 0;
		transform: translate(20%, 0);
	}
	
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@keyframes element-from-right {
	0% {
		opacity: 0;
		transform: translate(20%, 0);
	}
	
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@-webkit-keyframes element-from-top {
	0% {
		opacity: 0;
		transform: translate(0, -30%);
	}
	
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@keyframes element-from-top {
	0% {
		opacity: 0;
		transform: translate(0, -30%);
	}
	
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@-webkit-keyframes element-from-bottom {
	0% {
		opacity: 0;
		transform: translate(0, 30%);
	}
	
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@keyframes element-from-bottom {
	0% {
		opacity: 0;
		transform: translate(0, 30%);
	}
	
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.eltdf-element-from-bottom, .eltdf-element-from-fade, .eltdf-element-from-left, .eltdf-element-from-right, .eltdf-element-from-top {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-element-from-bottom>div, .eltdf-element-from-fade>div, .eltdf-element-from-left>div, .eltdf-element-from-right>div, .eltdf-element-from-top>div {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	opacity: 0;
}

.eltdf-element-from-fade.eltdf-element-from-fade-on>div {
	opacity: 1;
	-webkit-transition: opacity .8s ease 0s;
	-moz-transition: opacity .8s ease 0s;
	transition: opacity .8s ease 0s;
}

.eltdf-element-from-left.eltdf-element-from-left-on>div {
	-webkit-animation: element-from-left .55s 1 ease;
	-moz-animation: element-from-left .55s 1 ease;
	animation: element-from-left .55s 1 ease;
	opacity: 1;
}

.eltdf-element-from-right.eltdf-element-from-right-on>div {
	-webkit-animation: element-from-right .55s 1 ease;
	-moz-animation: element-from-right .55s 1 ease;
	animation: element-from-right .55s 1 ease;
	opacity: 1;
}

.eltdf-element-from-top.eltdf-element-from-top-on>div {
	-webkit-animation: element-from-top .55s 1 ease;
	-moz-animation: element-from-top .55s 1 ease;
	animation: element-from-top .55s 1 ease;
	opacity: 1;
}

.eltdf-element-from-bottom.eltdf-element-from-bottom-on>div {
	-webkit-animation: element-from-bottom .55s 1 ease;
	-moz-animation: element-from-bottom .55s 1 ease;
	animation: element-from-bottom .55s 1 ease;
	opacity: 1;
}

.eltdf-flip-in {
	opacity: 0;
	-webkit-transform: perspective(1000px) rotateY(25deg);
	-moz-transform: perspective(1000px) rotateY(25deg);
	transform: perspective(1000px) rotateY(25deg);
	-webkit-transition: all 1.1s ease-in-out;
	-moz-transition: all 1.1s ease-in-out;
	transition: all 1.1s ease-in-out;
}

.eltdf-flip-in.eltdf-flip-in-on {
	opacity: 1;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0);
}

.eltdf-grow-in {
	opacity: 0;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: all 1s cubic-bezier(0, 1, .5, 1);
	-moz-transition: all 1s cubic-bezier(0, 1, .5, 1);
	transition: all 1s cubic-bezier(0, 1, .5, 1);
}

.eltdf-grow-in.eltdf-grow-in-on {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.eltdf-z-rotate {
	opacity: 0;
	-webkit-transform: rotateZ(7deg);
	-moz-transform: rotateZ(7deg);
	transform: rotateZ(7deg);
	-webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
	transition: all .3s cubic-bezier(.165, .84, .44, 1);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	transform-origin: top right;
}

.eltdf-z-rotate.eltdf-z-rotate-on {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	transform: rotateZ(0);
}

.eltdf-x-rotate {
	opacity: 0;
	-webkit-transform: perspective(900px) rotateX(-45deg);
	-moz-transform: perspective(900px) rotateX(-45deg);
	transform: perspective(900px) rotateX(-45deg);
	-webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: all .6s cubic-bezier(.785, .135, .15, .86);
	transition: all .6s cubic-bezier(.785, .135, .15, .86);
}

.eltdf-x-rotate.eltdf-x-rotate-on {
	opacity: 1;
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	transform: rotateX(0);
}

.eltdf-y-translate {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-transition: all .7s cubic-bezier(.68, -.65, .265, 1.65);
	-moz-transition: all .7s cubic-bezier(.68, -.65, .265, 1.65);
	transition: all .7s cubic-bezier(.68, -.65, .265, 1.65);
}

.eltdf-y-translate.eltdf-y-translate-on {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

.eltdf-fade-in-down {
	opacity: 0;
	-webkit-transform: translate(0, -25px);
	-moz-transform: translate(0, -25px);
	transform: translate(0, -25px);
	-webkit-transition: all .9s cubic-bezier(0, 1, .5, 1);
	-moz-transition: all .9s cubic-bezier(0, 1, .5, 1);
	transition: all .9s cubic-bezier(0, 1, .5, 1);
}

.eltdf-fade-in-down.eltdf-fade-in-down-on {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

.eltdf-fade-in-left-x-rotate {
	opacity: 0;
	-webkit-transform: rotateZ(-5deg) translate(-30px, 0);
	-moz-transform: rotateZ(-5deg) translate(-30px, 0);
	transform: rotateZ(-5deg) translate(-30px, 0);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.eltdf-fade-in-left-x-rotate.eltdf-fade-in-left-x-rotate-on {
	opacity: 1;
	-webkit-transform: rotateZ(0) translate(0, 0);
	-moz-transform: rotateZ(0) translate(0, 0);
	transform: rotateZ(0) translate(0, 0);
}

.eltdf-fade-in {
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.eltdf-fade-in.eltdf-fade-in-on {
	opacity: 1;
}

.eltdf-st-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eltdf-st-loader .eltdf-amedeo-spinner {
	font-size: 150px;
	line-height: 150px;
	position: relative;
	color: currentColor;
	-webkit-text-fill-color: transparent;
	font-weight: 700 !important;
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
}

.eltdf-st-loader .eltdf-amedeo-spinner:after, .eltdf-st-loader .eltdf-amedeo-spinner:before {
	position: absolute;
	margin: 0;
	color: currentColor;
	content: attr(data-title);
	-webkit-text-fill-color: #000;
	top: 0;
	left: 0;
}

.eltdf-st-loader .eltdf-amedeo-spinner>* {
	font-weight: 700;
}

.eltdf-st-loader .eltdf-amedeo-spinner:before {
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	font-weight: 700 !important;
	clip-path: inset(100% 0 0 0);
	-webkit-clip-path: inset(100% 0 0 0);
	-webkit-animation: eltdf-fill-up 20s;
	-moz-animation: eltdf-fill-up 20s;
	animation: eltdf-fill-up 20s;
}

.eltdf-st-loader .eltdf-amedeo-spinner:before>* {
	font-weight: 700;
}

.eltdf-st-loader .eltdf-amedeo-spinner:after {
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	font-weight: 700 !important;
	clip-path: inset(100% 0 0 0);
	-webkit-clip-path: inset(100% 0 0 0);
	-webkit-transition: 3s;
	-moz-transition: 3s;
	transition: 3s;
}

.eltdf-st-loader .eltdf-amedeo-spinner:after>* {
	font-weight: 700;
}

@keyframes eltdf-fill-up {
	to {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}

.eltdf-st-loader .eltdf-amedeo-spinner.eltdf-amedeo-spinner-loaded:after {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}

@-webkit-keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		-moz-transform: translateY(-145%);
		transform: translateY(-145%);
	}
	
	10%, 90% {
		opacity: .5;
	}
	
	20%, 80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		-moz-transform: translateY(145%);
		transform: translateY(145%);
	}
}

@keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		-moz-transform: translateY(-145%);
		transform: translateY(-145%);
	}
	
	10%, 90% {
		opacity: .5;
	}
	
	20%, 80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		-moz-transform: translateY(145%);
		transform: translateY(145%);
	}
}

.eltdf-st-loader .eltdf-rotate-circles {
	width: 60px;
	height: 20px;
}

.eltdf-st-loader .eltdf-rotate-circles>div {
	background-color: #333;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 4px;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ball-fall 1.5s ease infinite both;
	-moz-animation: ball-fall 1.5s ease infinite both;
	animation: ball-fall 1.5s ease infinite both;
}

.eltdf-st-loader .eltdf-rotate-circles>div:nth-last-of-type(1) {
	-webkit-animation-delay: calc(( 100ms ) - 300ms);
	animation-delay: calc(( 100ms ) - 300ms);
}

.eltdf-st-loader .eltdf-rotate-circles>div:nth-last-of-type(2) {
	-webkit-animation-delay: calc(( 200ms ) - 300ms);
	animation-delay: calc(( 200ms ) - 300ms);
}

.eltdf-st-loader .eltdf-rotate-circles>div:nth-last-of-type(3) {
	-webkit-animation-delay: calc(( 300ms ) - 300ms);
	animation-delay: calc(( 300ms ) - 300ms);
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

.eltdf-st-loader .pulse {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background-color: #595959;
	border-radius: 16px;
	-webkit-animation: scaleout 1s infinite ease-in-out;
	-moz-animation: scaleout 1s infinite ease-in-out;
	animation: scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes double-pulse {
	0%, 100% {
		transform: scale(0);
	}
	
	50% {
		transform: scale(1);
	}
}

@keyframes double-pulse {
	0%, 100% {
		transform: scale(0);
	}
	
	50% {
		transform: scale(1);
	}
}

.eltdf-st-loader .double_pulse {
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	position: relative;
}

.eltdf-st-loader .double_pulse .double-bounce1, .eltdf-st-loader .double_pulse .double-bounce2 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #595959;
	opacity: .6;
	-webkit-animation: double-pulse 2s infinite ease-in-out;
	-moz-animation: double-pulse 2s infinite ease-in-out;
	animation: double-pulse 2s infinite ease-in-out;
}

.eltdf-st-loader .double_pulse .double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes cube {
	0% {
		transform: perspective(120px) rotateX(0) rotateY(0);
	}
	
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
	}
	
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@keyframes cube {
	0% {
		transform: perspective(120px) rotateX(0) rotateY(0);
	}
	
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
	}
	
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.eltdf-st-loader .cube {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background-color: #595959;
	-webkit-animation: cube 1.2s infinite ease-in-out;
	-moz-animation: cube 1.2s infinite ease-in-out;
	animation: cube 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotating-cubes {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(.5);
	}
	
	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	
	75% {
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
	}
	
	100% {
		transform: rotate(-360deg);
	}
}

@keyframes rotating-cubes {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(.5);
	}
	
	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	
	75% {
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
	}
	
	100% {
		transform: rotate(-360deg);
	}
}

.eltdf-st-loader .rotating_cubes {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	position: relative;
}

.eltdf-st-loader .rotating_cubes .cube1, .eltdf-st-loader .rotating_cubes .cube2 {
	background-color: #595959;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: rotating-cubes 1.8s infinite ease-in-out;
	-moz-animation: rotating-cubes 1.8s infinite ease-in-out;
	animation: rotating-cubes 1.8s infinite ease-in-out;
}

.eltdf-st-loader .rotating_cubes .cube2 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
}

@-webkit-keyframes stretchdelay {
	0%, 100%, 40% {
		transform: scaleY(.4);
	}
	
	20% {
		transform: scaleY(1);
	}
}

@keyframes stretchdelay {
	0%, 100%, 40% {
		transform: scaleY(.4);
	}
	
	20% {
		transform: scaleY(1);
	}
}

.eltdf-st-loader .stripes {
	width: 50px;
	height: 60px;
	margin: -30px 0 0 -25px;
	text-align: center;
	font-size: 10px;
}

.eltdf-st-loader .stripes>div {
	background-color: #595959;
	height: 100%;
	width: 6px;
	display: inline-block;
	margin: 0 3px 0 0;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	-moz-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.eltdf-st-loader .stripes .rect2 {
	-webkit-animation-delay: calc(( 200ms ) - 1300ms);
	animation-delay: calc(( 200ms ) - 1300ms);
}

.eltdf-st-loader .stripes .rect3 {
	-webkit-animation-delay: calc(( 300ms ) - 1300ms);
	animation-delay: calc(( 300ms ) - 1300ms);
}

.eltdf-st-loader .stripes .rect4 {
	-webkit-animation-delay: calc(( 400ms ) - 1300ms);
	animation-delay: calc(( 400ms ) - 1300ms);
}

.eltdf-st-loader .stripes .rect5 {
	-webkit-animation-delay: calc(( 500ms ) - 1300ms);
	animation-delay: calc(( 500ms ) - 1300ms);
}

@-webkit-keyframes bouncedelay {
	0%, 100%, 80% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

@keyframes bouncedelay {
	0%, 100%, 80% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

.eltdf-st-loader .wave {
	width: 72px;
	text-align: center;
	margin: -9px 0 0 -36px;
}

.eltdf-st-loader .wave>div {
	width: 18px;
	height: 18px;
	background-color: #595959;
	margin: 0 3px 0 0;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
	-moz-animation: bouncedelay 1.4s infinite ease-in-out both;
	animation: bouncedelay 1.4s infinite ease-in-out both;
}

.eltdf-st-loader .wave .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.eltdf-st-loader .wave .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

@-webkit-keyframes rotatecircles {
	to {
		transform: rotate(360deg);
	}
}

@keyframes rotatecircles {
	to {
		transform: rotate(360deg);
	}
}

.eltdf-st-loader .two_rotating_circles {
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	position: relative;
	text-align: center;
	-webkit-animation: rotatecircles 2s infinite linear;
	-moz-animation: rotatecircles 2s infinite linear;
	animation: rotatecircles 2s infinite linear;
}

.eltdf-st-loader .two_rotating_circles .dot1, .eltdf-st-loader .two_rotating_circles .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #595959;
	border-radius: 100%;
	-webkit-animation: bounce 2s infinite ease-in-out;
	-moz-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}

.eltdf-st-loader .two_rotating_circles .dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.eltdf-st-loader .five_rotating_circles {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	position: relative;
}

.eltdf-st-loader .five_rotating_circles .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.eltdf-st-loader .five_rotating_circles .spinner-container>div {
	background-color: #595959;
	border-radius: 100%;
	position: absolute;
	width: 12px;
	height: 12px;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out both;
	-moz-animation: bouncedelay 1.2s infinite ease-in-out both;
	animation: bouncedelay 1.2s infinite ease-in-out both;
}

.eltdf-st-loader .five_rotating_circles .spinner-container>div.circle1 {
	top: 0;
	left: 0;
}

.eltdf-st-loader .five_rotating_circles .spinner-container>div.circle2 {
	top: 0;
	right: 0;
}

.eltdf-st-loader .five_rotating_circles .spinner-container>div.circle3 {
	right: 0;
	bottom: 0;
}

.eltdf-st-loader .five_rotating_circles .spinner-container>div.circle4 {
	left: 0;
	bottom: 0;
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container1 .circle2 {
	-webkit-animation-delay: calc(( 600ms ) - 1500ms);
	animation-delay: calc(( 600ms ) - 1500ms);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container1 .circle3 {
	-webkit-animation-delay: calc(( 900ms ) - 1500ms);
	animation-delay: calc(( 900ms ) - 1500ms);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container1 .circle4 {
	-webkit-animation-delay: calc(( 1200ms ) - 1500ms);
	animation-delay: calc(( 1200ms ) - 1500ms);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container2 {
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container2 .circle1 {
	-webkit-animation-delay: calc(( 300ms ) - 1400ms);
	animation-delay: calc(( 300ms ) - 1400ms);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container2 .circle2 {
	-webkit-animation-delay: calc(( 600ms ) - 1400ms);
	animation-delay: calc(( 600ms ) - 1400ms);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container2 .circle3 {
	-webkit-animation-delay: calc(( 900ms ) - 1400ms);
	animation-delay: calc(( 900ms ) - 1400ms);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container2 .circle4 {
	-webkit-animation-delay: calc(( 1200ms ) - 1400ms);
	animation-delay: calc(( 1200ms ) - 1400ms);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container3 {
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container3 .circle1 {
	-webkit-animation-delay: calc(( 300ms ) - 1300ms);
	animation-delay: calc(( 300ms ) - 1300ms);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container3 .circle2 {
	-webkit-animation-delay: calc(( 600ms ) - 1300ms);
	animation-delay: calc(( 600ms ) - 1300ms);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container3 .circle3 {
	-webkit-animation-delay: calc(( 900ms ) - 1300ms);
	animation-delay: calc(( 900ms ) - 1300ms);
}

.eltdf-st-loader .five_rotating_circles .spinner-container.container3 .circle4 {
	-webkit-animation-delay: calc(( 1200ms ) - 1300ms);
	animation-delay: calc(( 1200ms ) - 1300ms);
}

@-webkit-keyframes atom_position {
	50% {
		top: 80px;
		left: 80px;
	}
}

@keyframes atom_position {
	50% {
		top: 80px;
		left: 80px;
	}
}

@-webkit-keyframes atom_size {
	50% {
		transform: scale(.5);
	}
}

@keyframes atom_size {
	50% {
		transform: scale(.5);
	}
}

@-webkit-keyframes atom_zindex {
	100% {
		z-index: 10;
	}
}

@keyframes atom_zindex {
	100% {
		z-index: 10;
	}
}

@-webkit-keyframes atom_shrink {
	50% {
		transform: scale(.9);
	}
}

@keyframes atom_shrink {
	50% {
		transform: scale(.9);
	}
}

.eltdf-st-loader .atom {
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	position: relative;
}

.eltdf-st-loader .atom .ball-1 {
	height: 50%;
	width: 50%;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 1;
	-webkit-animation: atom_shrink 4.5s infinite linear;
	-moz-animation: atom_shrink 4.5s infinite linear;
	animation: atom_shrink 4.5s infinite linear;
}

.eltdf-st-loader .atom .ball-1:before {
	content: "";
	background: #595959;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: -50%;
	left: -50%;
}

.eltdf-st-loader .atom .ball-2 {
	-webkit-animation: atom_zindex 1.5s .75s infinite steps(2, end);
	-moz-animation: atom_zindex 1.5s .75s infinite steps(2, end);
	animation: atom_zindex 1.5s .75s infinite steps(2, end);
}

.eltdf-st-loader .atom .ball-2:before {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
	-moz-animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
	animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
}

.eltdf-st-loader .atom .ball-3 {
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-animation: atom_zindex 1.5s -.25s infinite steps(2, end);
	-moz-animation: atom_zindex 1.5s -.25s infinite steps(2, end);
	animation: atom_zindex 1.5s -.25s infinite steps(2, end);
}

.eltdf-st-loader .atom .ball-3:before {
	-webkit-animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -.75s infinite ease;
	-moz-animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -.75s infinite ease;
	animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -.75s infinite ease;
}

.eltdf-st-loader .atom .ball-4 {
	-webkit-transform: rotate(240deg);
	-moz-transform: rotate(240deg);
	transform: rotate(240deg);
	-webkit-animation: atom_zindex 1.5s .25s infinite steps(2, end);
	-moz-animation: atom_zindex 1.5s .25s infinite steps(2, end);
	animation: atom_zindex 1.5s .25s infinite steps(2, end);
}

.eltdf-st-loader .atom .ball-4:before {
	-webkit-animation: atom_position 1.5s -.5s infinite ease, atom_size 1.5s -125ms infinite ease;
	-moz-animation: atom_position 1.5s -.5s infinite ease, atom_size 1.5s -125ms infinite ease;
	animation: atom_position 1.5s -.5s infinite ease, atom_size 1.5s -125ms infinite ease;
}

.eltdf-st-loader .atom .ball-2, .eltdf-st-loader .atom .ball-3, .eltdf-st-loader .atom .ball-4 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.eltdf-st-loader .atom .ball-2:before, .eltdf-st-loader .atom .ball-3:before, .eltdf-st-loader .atom .ball-4:before {
	content: "";
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #595959;
	top: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
}

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

@keyframes clock {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes clock1 {
	0% {
		transform: rotate(-135deg);
	}
	
	100%, 30% {
		transform: rotate(-450deg);
	}
}

@keyframes clock1 {
	0% {
		transform: rotate(-135deg);
	}
	
	100%, 30% {
		transform: rotate(-450deg);
	}
}

@-webkit-keyframes clock2 {
	5% {
		transform: rotate(-90deg);
	}
	
	100%, 35% {
		transform: rotate(-405deg);
	}
}

@keyframes clock2 {
	5% {
		transform: rotate(-90deg);
	}
	
	100%, 35% {
		transform: rotate(-405deg);
	}
}

@-webkit-keyframes clock3 {
	10% {
		transform: rotate(-45deg);
	}
	
	100%, 40% {
		transform: rotate(-360deg);
	}
}

@keyframes clock3 {
	10% {
		transform: rotate(-45deg);
	}
	
	100%, 40% {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes clock4 {
	15% {
		transform: rotate(0);
	}
	
	100%, 45% {
		transform: rotate(-315deg);
	}
}

@keyframes clock4 {
	15% {
		transform: rotate(0);
	}
	
	100%, 45% {
		transform: rotate(-315deg);
	}
}

.eltdf-st-loader .clock {
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	position: relative;
	-webkit-animation: clock 8s infinite steps(8);
	-moz-animation: clock 8s infinite steps(8);
	animation: clock 8s infinite steps(8);
}

.eltdf-st-loader .clock .ball {
	height: 50px;
	width: 50px;
	position: absolute;
}

.eltdf-st-loader .clock .ball:before {
	content: "";
	border-radius: 50%;
	height: 18.32px;
	width: 18.32px;
	position: absolute;
	background: #595959;
}

.eltdf-st-loader .clock .ball.ball-1 {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-animation: clock1 1s ease-in infinite;
	-moz-animation: clock1 1s ease-in infinite;
	animation: clock1 1s ease-in infinite;
}

.eltdf-st-loader .clock .ball.ball-2 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-animation: clock2 1s ease-in infinite;
	-moz-animation: clock2 1s ease-in infinite;
	animation: clock2 1s ease-in infinite;
}

.eltdf-st-loader .clock .ball.ball-3 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: clock3 1s ease-in infinite;
	-moz-animation: clock3 1s ease-in infinite;
	animation: clock3 1s ease-in infinite;
}

.eltdf-st-loader .clock .ball.ball-4 {
	-webkit-animation: clock4 1s ease-in infinite;
	-moz-animation: clock4 1s ease-in infinite;
	animation: clock4 1s ease-in infinite;
}

@-webkit-keyframes mitosis_invert {
	100% {
		transform: rotate(180deg);
	}
}

@keyframes mitosis_invert {
	100% {
		transform: rotate(180deg);
	}
}

@-webkit-keyframes mitosis_ball1 {
	12% {
		transform: none;
	}
	
	26% {
		transform: translateX(25%) scale(1, .8);
	}
	
	40%, 60% {
		transform: translateX(50%) scale(.8, .8);
	}
	
	74% {
		transform: translate(50%, 25%) scale(.6, .8);
	}
	
	100%, 88% {
		transform: translate(50%, 50%) scale(.6, .6);
	}
}

@keyframes mitosis_ball1 {
	12% {
		transform: none;
	}
	
	26% {
		transform: translateX(25%) scale(1, .8);
	}
	
	40%, 60% {
		transform: translateX(50%) scale(.8, .8);
	}
	
	74% {
		transform: translate(50%, 25%) scale(.6, .8);
	}
	
	100%, 88% {
		transform: translate(50%, 50%) scale(.6, .6);
	}
}

@-webkit-keyframes mitosis_ball2 {
	12% {
		transform: none;
	}
	
	26% {
		transform: translateX(25%) scale(1, .8);
	}
	
	40%, 60% {
		transform: translateX(50%) scale(.8, .8);
	}
	
	74% {
		transform: translate(50%, -25%) scale(.6, .8);
	}
	
	100%, 88% {
		transform: translate(50%, -50%) scale(.6, .6);
	}
}

@keyframes mitosis_ball2 {
	12% {
		transform: none;
	}
	
	26% {
		transform: translateX(25%) scale(1, .8);
	}
	
	40%, 60% {
		transform: translateX(50%) scale(.8, .8);
	}
	
	74% {
		transform: translate(50%, -25%) scale(.6, .8);
	}
	
	100%, 88% {
		transform: translate(50%, -50%) scale(.6, .6);
	}
}

@-webkit-keyframes mitosis_ball3 {
	12% {
		transform: none;
	}
	
	26% {
		transform: translateX(-25%) scale(1, .8);
	}
	
	40%, 60% {
		transform: translateX(-50%) scale(.8, .8);
	}
	
	74% {
		transform: translate(-50%, 25%) scale(.6, .8);
	}
	
	100%, 88% {
		transform: translate(-50%, 50%) scale(.6, .6);
	}
}

@keyframes mitosis_ball3 {
	12% {
		transform: none;
	}
	
	26% {
		transform: translateX(-25%) scale(1, .8);
	}
	
	40%, 60% {
		transform: translateX(-50%) scale(.8, .8);
	}
	
	74% {
		transform: translate(-50%, 25%) scale(.6, .8);
	}
	
	100%, 88% {
		transform: translate(-50%, 50%) scale(.6, .6);
	}
}

@-webkit-keyframes mitosis_ball4 {
	12% {
		transform: none;
	}
	
	26% {
		transform: translateX(-25%) scale(1, .8);
	}
	
	40%, 60% {
		transform: translateX(-50%) scale(.8, .8);
	}
	
	74% {
		transform: translate(-50%, -25%) scale(.6, .8);
	}
	
	100%, 88% {
		transform: translate(-50%, -50%) scale(.6, .6);
	}
}

@keyframes mitosis_ball4 {
	12% {
		transform: none;
	}
	
	26% {
		transform: translateX(-25%) scale(1, .8);
	}
	
	40%, 60% {
		transform: translateX(-50%) scale(.8, .8);
	}
	
	74% {
		transform: translate(-50%, -25%) scale(.6, .8);
	}
	
	100%, 88% {
		transform: translate(-50%, -50%) scale(.6, .6);
	}
}

.eltdf-st-loader .mitosis {
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	position: relative;
	-webkit-animation: mitosis_invert 2s infinite steps(2, end);
	-moz-animation: mitosis_invert 2s infinite steps(2, end);
	animation: mitosis_invert 2s infinite steps(2, end);
}

.eltdf-st-loader .mitosis .ball {
	border-radius: 50%;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #595959;
}

.eltdf-st-loader .mitosis .ball.ball-1 {
	-webkit-animation: mitosis_ball1 1s infinite alternate linear;
	-moz-animation: mitosis_ball1 1s infinite alternate linear;
	animation: mitosis_ball1 1s infinite alternate linear;
}

.eltdf-st-loader .mitosis .ball.ball-2 {
	-webkit-animation: mitosis_ball2 1s infinite alternate linear;
	-moz-animation: mitosis_ball2 1s infinite alternate linear;
	animation: mitosis_ball2 1s infinite alternate linear;
}

.eltdf-st-loader .mitosis .ball.ball-3 {
	-webkit-animation: mitosis_ball3 1s infinite alternate linear;
	-moz-animation: mitosis_ball3 1s infinite alternate linear;
	animation: mitosis_ball3 1s infinite alternate linear;
}

.eltdf-st-loader .mitosis .ball.ball-4 {
	-webkit-animation: mitosis_ball4 1s infinite alternate linear;
	-moz-animation: mitosis_ball4 1s infinite alternate linear;
	animation: mitosis_ball4 1s infinite alternate linear;
}

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

@keyframes lines_spin {
	100% {
		transform: rotate(360deg);
	}
}

.eltdf-st-loader .lines {
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px;
}

.eltdf-st-loader .lines .line1, .eltdf-st-loader .lines .line2, .eltdf-st-loader .lines .line3, .eltdf-st-loader .lines .line4 {
	margin-left: 10px;
	position: absolute;
	width: 60px;
	height: 4px;
	background-color: #595959;
}

.eltdf-st-loader .lines .line1 {
	-webkit-animation: lines_spin 1.5s infinite ease calc(( 100ms ) - 100ms);
	-moz-animation: lines_spin 1.5s infinite ease calc(( 100ms ) - 100ms);
	animation: lines_spin 1.5s infinite ease calc(( 100ms ) - 100ms);
}

.eltdf-st-loader .lines .line2 {
	-webkit-animation: lines_spin 1.5s infinite ease calc(( 200ms ) - 100ms);
	-moz-animation: lines_spin 1.5s infinite ease calc(( 200ms ) - 100ms);
	animation: lines_spin 1.5s infinite ease calc(( 200ms ) - 100ms);
}

.eltdf-st-loader .lines .line3 {
	-webkit-animation: lines_spin 1.5s infinite ease calc(( 300ms ) - 100ms);
	-moz-animation: lines_spin 1.5s infinite ease calc(( 300ms ) - 100ms);
	animation: lines_spin 1.5s infinite ease calc(( 300ms ) - 100ms);
}

.eltdf-st-loader .lines .line4 {
	-webkit-animation: lines_spin 1.5s infinite ease calc(( 400ms ) - 100ms);
	-moz-animation: lines_spin 1.5s infinite ease calc(( 400ms ) - 100ms);
	animation: lines_spin 1.5s infinite ease calc(( 400ms ) - 100ms);
}

@-webkit-keyframes fussion_ball1 {
	50% {
		top: -100%;
		left: 200%;
	}
	
	100% {
		top: 50%;
		left: 100%;
		z-index: 2;
	}
}

@keyframes fussion_ball1 {
	50% {
		top: -100%;
		left: 200%;
	}
	
	100% {
		top: 50%;
		left: 100%;
		z-index: 2;
	}
}

@-webkit-keyframes fussion_ball2 {
	50% {
		top: 200%;
		left: 200%;
	}
	
	100% {
		top: 100%;
		left: 50%;
		z-index: 1;
	}
}

@keyframes fussion_ball2 {
	50% {
		top: 200%;
		left: 200%;
	}
	
	100% {
		top: 100%;
		left: 50%;
		z-index: 1;
	}
}

@-webkit-keyframes fussion_ball3 {
	50% {
		top: 200%;
		left: -100%;
	}
	
	100% {
		top: 50%;
		left: 0;
		z-index: 2;
	}
}

@keyframes fussion_ball3 {
	50% {
		top: 200%;
		left: -100%;
	}
	
	100% {
		top: 50%;
		left: 0;
		z-index: 2;
	}
}

@-webkit-keyframes fussion_ball4 {
	50% {
		top: -100%;
		left: -100%;
	}
	
	100% {
		top: 0;
		left: 50%;
		z-index: 1;
	}
}

@keyframes fussion_ball4 {
	50% {
		top: -100%;
		left: -100%;
	}
	
	100% {
		top: 0;
		left: 50%;
		z-index: 1;
	}
}

.eltdf-st-loader .fussion {
	width: 30px;
	height: 30px;
	margin: -45px 0 0 -30px;
	position: relative;
}

.eltdf-st-loader .fussion .ball {
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	background: #595959;
	border-radius: 50%;
	float: left;
	position: absolute;
}

.eltdf-st-loader .fussion .ball.ball-1 {
	top: 0;
	left: 50%;
	-webkit-animation: fussion_ball1 1s 0s ease infinite;
	-moz-animation: fussion_ball1 1s 0s ease infinite;
	animation: fussion_ball1 1s 0s ease infinite;
	z-index: 1;
}

.eltdf-st-loader .fussion .ball.ball-2 {
	top: 50%;
	left: 100%;
	-webkit-animation: fussion_ball2 1s 0s ease infinite;
	-moz-animation: fussion_ball2 1s 0s ease infinite;
	animation: fussion_ball2 1s 0s ease infinite;
	z-index: 2;
}

.eltdf-st-loader .fussion .ball.ball-3 {
	top: 100%;
	left: 50%;
	-webkit-animation: fussion_ball3 1s 0s ease infinite;
	-moz-animation: fussion_ball3 1s 0s ease infinite;
	animation: fussion_ball3 1s 0s ease infinite;
	z-index: 1;
}

.eltdf-st-loader .fussion .ball.ball-4 {
	top: 50%;
	left: 0;
	-webkit-animation: fussion_ball4 1s 0s ease infinite;
	-moz-animation: fussion_ball4 1s 0s ease infinite;
	animation: fussion_ball4 1s 0s ease infinite;
	z-index: 2;
}

@-webkit-keyframes wave_jump1 {
	12% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in;
	}
	
	100%, 24% {
		transform: translate(40px, 0);
	}
}

@keyframes wave_jump1 {
	12% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in;
	}
	
	100%, 24% {
		transform: translate(40px, 0);
	}
}

@-webkit-keyframes wave_jump2 {
	12% {
		transform: translate(0, 0);
	}
	
	24% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in;
	}
	
	100%, 36% {
		transform: translate(40px, 0);
	}
}

@keyframes wave_jump2 {
	12% {
		transform: translate(0, 0);
	}
	
	24% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in;
	}
	
	100%, 36% {
		transform: translate(40px, 0);
	}
}

@-webkit-keyframes wave_jump3 {
	24% {
		transform: translate(0, 0);
	}
	
	36% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in;
	}
	
	100%, 48% {
		transform: translate(40px, 0);
	}
}

@keyframes wave_jump3 {
	24% {
		transform: translate(0, 0);
	}
	
	36% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in;
	}
	
	100%, 48% {
		transform: translate(40px, 0);
	}
}

@-webkit-keyframes wave_wipe {
	100%, 48% {
		transform: translateX(-120px);
	}
}

@keyframes wave_wipe {
	100%, 48% {
		transform: translateX(-120px);
	}
}

.eltdf-st-loader .wave_circles {
	width: 150px;
	height: 30px;
	margin: -15px 0 0 -75px;
}

.eltdf-st-loader .wave_circles .ball {
	height: 30px;
	width: 30px;
	float: left;
	background: #595959;
	border-radius: 50%;
	margin-right: 10px;
}

.eltdf-st-loader .wave_circles .ball.ball-1 {
	-webkit-animation: wave_jump3 1.8s infinite ease-out;
	-moz-animation: wave_jump3 1.8s infinite ease-out;
	animation: wave_jump3 1.8s infinite ease-out;
}

.eltdf-st-loader .wave_circles .ball.ball-2 {
	-webkit-animation: wave_jump2 1.8s infinite ease-out;
	-moz-animation: wave_jump2 1.8s infinite ease-out;
	animation: wave_jump2 1.8s infinite ease-out;
}

.eltdf-st-loader .wave_circles .ball.ball-3 {
	-webkit-animation: wave_jump1 1.8s infinite ease-out;
	-moz-animation: wave_jump1 1.8s infinite ease-out;
	animation: wave_jump1 1.8s infinite ease-out;
}

.eltdf-st-loader .wave_circles .ball.ball-4 {
	margin-right: 0;
	-webkit-animation: wave_wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1);
	-moz-animation: wave_wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1);
	animation: wave_wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1);
}

@-webkit-keyframes pulse_circles_pulse {
	0% {
		transform: scale(.1);
		opacity: 1;
		border-width: 50px;
	}
	
	100% {
		transform: scale(1, 1);
		opacity: 0;
		border-width: 0;
	}
}

@keyframes pulse_circles_pulse {
	0% {
		transform: scale(.1);
		opacity: 1;
		border-width: 50px;
	}
	
	100% {
		transform: scale(1, 1);
		opacity: 0;
		border-width: 0;
	}
}

.eltdf-st-loader .pulse_circles {
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	position: relative;
}

.eltdf-st-loader .pulse_circles .ball {
	height: 100%;
	width: 100%;
	background: #595959;
	position: absolute;
	box-sizing: border-box;
	border-radius: 50%;
	border: 0 solid #595959;
}

.eltdf-st-loader .pulse_circles .ball.ball-1 {
	-webkit-animation: pulse_circles_pulse 3s infinite calc(( -750ms ) + 750ms);
	-moz-animation: pulse_circles_pulse 3s infinite calc(( -750ms ) + 750ms);
	animation: pulse_circles_pulse 3s infinite calc(( -750ms ) + 750ms);
}

.eltdf-st-loader .pulse_circles .ball.ball-2 {
	-webkit-animation: pulse_circles_pulse 3s infinite calc(( -1500ms ) + 750ms);
	-moz-animation: pulse_circles_pulse 3s infinite calc(( -1500ms ) + 750ms);
	animation: pulse_circles_pulse 3s infinite calc(( -1500ms ) + 750ms);
}

.eltdf-st-loader .pulse_circles .ball.ball-3 {
	-webkit-animation: pulse_circles_pulse 3s infinite calc(( -2250ms ) + 750ms);
	-moz-animation: pulse_circles_pulse 3s infinite calc(( -2250ms ) + 750ms);
	animation: pulse_circles_pulse 3s infinite calc(( -2250ms ) + 750ms);
}

.eltdf-st-loader .pulse_circles .ball.ball-4 {
	-webkit-animation: pulse_circles_pulse 3s infinite calc(( -3000ms ) + 750ms);
	-moz-animation: pulse_circles_pulse 3s infinite calc(( -3000ms ) + 750ms);
	animation: pulse_circles_pulse 3s infinite calc(( -3000ms ) + 750ms);
}

.eltdf-st-loader1 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.eltdf-st-loader2 {
	margin: -50% 0 0 -50%;
}

#respond input[type=text], #respond textarea, .eltdf-style-form textarea, .post-password-form input[type=password], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, input[type=text], input[type=email], input[type=password] {
	position: relative;
	width: 100%;
	margin: 0 0 19px;
	padding: 12px 0;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	line-height: calc(53px - ( 12px * 2 ) - 1px);
	color: #7e7e7e;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}

#respond input:focus[type=text], #respond textarea:focus, .eltdf-style-form textarea:focus, .wpcf7-form-control.wpcf7-date:focus, .wpcf7-form-control.wpcf7-number:focus, .wpcf7-form-control.wpcf7-quiz:focus, .wpcf7-form-control.wpcf7-select:focus, .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:focus, input:focus[type=text], input:focus[type=email], input:focus[type=password] {
	color: #7e7e7e;
	border-color: #595959;
}

#respond input[type=text]::-webkit-input-placeholder, #respond textarea::-webkit-input-placeholder, .eltdf-style-form textarea::-webkit-input-placeholder, .post-password-form input[type=password]::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-date::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-number::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-select::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
	color: inherit;
}

#respond input:-moz-placeholder[type=text], #respond textarea:-moz-placeholder, .eltdf-style-form textarea:-moz-placeholder, .wpcf7-form-control.wpcf7-date:-moz-placeholder, .wpcf7-form-control.wpcf7-number:-moz-placeholder, .wpcf7-form-control.wpcf7-quiz:-moz-placeholder, .wpcf7-form-control.wpcf7-select:-moz-placeholder, .wpcf7-form-control.wpcf7-text:-moz-placeholder, .wpcf7-form-control.wpcf7-textarea:-moz-placeholder, input:-moz-placeholder[type=text], input:-moz-placeholder[type=email], input:-moz-placeholder[type=password] {
	color: inherit;
	opacity: 1;
}

#respond input[type=text]::-moz-placeholder, #respond textarea::-moz-placeholder, .eltdf-style-form textarea::-moz-placeholder, .post-password-form input[type=password]::-moz-placeholder, .wpcf7-form-control.wpcf7-date::-moz-placeholder, .wpcf7-form-control.wpcf7-number::-moz-placeholder, .wpcf7-form-control.wpcf7-quiz::-moz-placeholder, .wpcf7-form-control.wpcf7-select::-moz-placeholder, .wpcf7-form-control.wpcf7-text::-moz-placeholder, .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

.eltdf-fullscreen-sidebar .widget.widget_archive a:hover, .eltdf-fullscreen-sidebar .widget.widget_categories a:hover, .eltdf-fullscreen-sidebar .widget.widget_meta a:hover, .eltdf-fullscreen-sidebar .widget.widget_pages a:hover, .eltdf-fullscreen-sidebar .widget.widget_recent_comments a:hover, .eltdf-fullscreen-sidebar .widget.widget_recent_entries a:hover, .eltdf-fullscreen-sidebar .widget.widget_tag_cloud a:hover, .eltdf-fullscreen-sidebar .widget.widget_text a:hover, .eltdf-side-menu .widget.widget_archive a:hover, .eltdf-side-menu .widget.widget_categories a:hover, .eltdf-side-menu .widget.widget_meta a:hover, .eltdf-side-menu .widget.widget_pages a:hover, .eltdf-side-menu .widget.widget_recent_comments a:hover, .eltdf-side-menu .widget.widget_recent_entries a:hover, .eltdf-side-menu .widget.widget_tag_cloud a:hover, .eltdf-side-menu .widget.widget_text a:hover, .eltdf-top-bar .widget a:hover, .wpb_widgetised_column .widget.widget_archive a:hover, .wpb_widgetised_column .widget.widget_categories a:hover, .wpb_widgetised_column .widget.widget_meta a:hover, .wpb_widgetised_column .widget.widget_pages a:hover, .wpb_widgetised_column .widget.widget_recent_comments a:hover, .wpb_widgetised_column .widget.widget_recent_entries a:hover, .wpb_widgetised_column .widget.widget_tag_cloud a:hover, .wpb_widgetised_column .widget.widget_text a:hover, aside.eltdf-sidebar .widget.widget_archive a:hover, aside.eltdf-sidebar .widget.widget_categories a:hover, aside.eltdf-sidebar .widget.widget_meta a:hover, aside.eltdf-sidebar .widget.widget_pages a:hover, aside.eltdf-sidebar .widget.widget_recent_comments a:hover, aside.eltdf-sidebar .widget.widget_recent_entries a:hover, aside.eltdf-sidebar .widget.widget_tag_cloud a:hover, aside.eltdf-sidebar .widget.widget_text a:hover, footer .widget.widget_archive a:hover, footer .widget.widget_categories a:hover, footer .widget.widget_meta a:hover, footer .widget.widget_pages a:hover, footer .widget.widget_recent_comments a:hover, footer .widget.widget_recent_entries a:hover, footer .widget.widget_tag_cloud a:hover, footer .widget.widget_text a:hover {
	opacity: .8;
}

#respond input:-ms-input-placeholder[type=text], #respond textarea:-ms-input-placeholder, .eltdf-style-form textarea:-ms-input-placeholder, .wpcf7-form-control.wpcf7-date:-ms-input-placeholder, .wpcf7-form-control.wpcf7-number:-ms-input-placeholder, .wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder, .wpcf7-form-control.wpcf7-select:-ms-input-placeholder, .wpcf7-form-control.wpcf7-text:-ms-input-placeholder, .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder, input:-ms-input-placeholder[type=text], input:-ms-input-placeholder[type=email], input:-ms-input-placeholder[type=password] {
	color: inherit;
}

.eltdf-comment-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 75px;
}

.eltdf-comment-holder .eltdf-comment.eltdf-pingback-comment .eltdf-comment-text {
	padding: 0;
}

.eltdf-comment-holder .eltdf-comment-list {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 150;
}

.eltdf-comment-holder .eltdf-comment-list li {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 26px 0 0;
	padding: 0;
}

.eltdf-comment-holder .eltdf-comment-list>li:first-child {
	margin: 0;
}

.eltdf-comment-holder .eltdf-comment-list .children {
	padding: 0 0 0 74px;
}

.eltdf-comment-holder .eltdf-comments-title {
	margin-bottom: 32px;
}

.eltdf-comment-holder .eltdf-comments-title>* {
	margin: 0;
}

.eltdf-comment-holder .eltdf-comment-image {
	position: relative;
	top: 5px;
	left: 0;
	width: 80px;
	height: 80px;
	display: block;
	float: left;
}

.eltdf-comment-holder .eltdf-comment-image img {
	display: block;
	border-radius: 50%;
}

.eltdf-comment-holder .eltdf-comment-text {
	position: relative;
	padding: 0 0 0 113px;
	min-height: 80px;
}

.eltdf-comment-holder .eltdf-comment-text .eltdf-comment-buttons {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.eltdf-comment-holder .eltdf-comment-text .comment-edit-link, .eltdf-comment-holder .eltdf-comment-text .comment-reply-link, .eltdf-comment-holder .eltdf-comment-text .replay {
	color: #595959;
	float: right;
	margin-left: 10px;
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
	font-weight: 500;
}

.eltdf-comment-holder .eltdf-comment-text .comment-edit-link:hover, .eltdf-comment-holder .eltdf-comment-text .comment-reply-link:hover, .eltdf-comment-holder .eltdf-comment-text .replay:hover {
	color: #000;
}

.eltdf-comment-holder .eltdf-comment-text .eltdf-comment-name {
	float: left;
	margin: 0;
}

.eltdf-comment-holder .eltdf-comment-text .eltdf-comment-date {
	display: block;
	float: left;
	margin: 4px 0 0;
	width: 100%;
}

.eltdf-comment-holder .eltdf-comment-text .eltdf-text-holder p {
	margin: 7px 0;
}

.eltdf-comment-holder .eltdf-comment-text .eltdf-comment-info {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 4px;
	width: calc(100% - 150px);
}

.eltdf-comment-holder .eltdf-comment-text .comment-respond {
	margin: 20px 0;
}

.eltdf-comment-holder .eltdf-comment-text .comment-respond .comment-reply-title {
	margin: 0 0 10px;
}

.eltdf-comment-holder .eltdf-comment-text .comment-respond .logged-in-as {
	margin: 0 0 8px;
}

.eltdf-comment-holder .eltdf-comment-text #cancel-comment-reply-link {
	margin-left: 10px;
	font-size: 14px;
	color: #000;
}

.eltdf-comment-holder .eltdf-comment-text #cancel-comment-reply-link:hover, .eltdf-comment-pager>span {
	color: #595959;
}

.eltdf-comment-holder .eltdf-comment-text ol li, .eltdf-comment-holder .eltdf-comment-text ul li {
	display: list-item;
}

.eltdf-comment-holder .eltdf-comment-text li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.eltdf-comment-form {
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 77px;
}

.eltdf-comment-form .comment-reply-title {
	margin: 0 0 23px;
}

.eltdf-comment-form .logged-in-as {
	margin: 0 0 8px;
}

.eltdf-comment-form .comment-form-cookies-consent {
	margin: 25px 0 50px;
}

.eltdf-comment-form .comment-form-cookies-consent:after, .eltdf-comment-form .comment-form-cookies-consent:before {
	content: " ";
	display: table;
}

.eltdf-comment-form .comment-form-cookies-consent input, .eltdf-comment-form .comment-form-cookies-consent label {
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.eltdf-comment-form .comment-form-cookies-consent input {
	margin: 6px 14px 0 0;
}

.eltdf-comment-form .comment-form-cookies-consent label {
	width: calc(100% - 30px);
}

@media only screen and (max-width:768px) {
	.eltdf-comment-holder .eltdf-comment-list .children {
		padding: 0 0 0 40px;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-comment-holder .eltdf-comment-list .children {
		padding: 0;
	}
	
	.eltdf-comment-holder .eltdf-comment-text .eltdf-comment-date, .eltdf-comment-holder .eltdf-comment-text .eltdf-comment-name {
		float: none;
	}
	
	.eltdf-comment-holder .eltdf-comment-text .comment-edit-link, .eltdf-comment-holder .eltdf-comment-text .comment-reply-link, .eltdf-comment-holder .eltdf-comment-text .replay {
		float: none;
		margin: 0 10px 0 0;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-comment-holder .eltdf-comment-image {
		float: none;
	}
	
	.eltdf-comment-holder .eltdf-comment-text {
		padding: 20px 0 0;
		min-height: inherit;
	}
	
	.eltdf-comment-holder .eltdf-comment-text .eltdf-comment-buttons {
		position: relative;
	}
	
	.eltdf-comment-holder .eltdf-comment-text .eltdf-comment-info {
		width: 100%;
	}
}

.eltdf-comment-pager {
	margin: 0 0 30px;
}

.eltdf-comment-pager>a, .eltdf-comment-pager>span {
	display: inline-block;
	margin: 0 12px 5px 0;
	position: relative;
	vertical-align: middle;
}

.eltdf-comment-pager>a:hover {
	color: #000;
}

#respond input[type=text], #respond textarea, .eltdf-style-form textarea, .post-password-form input[type=password], input[type=text], input[type=email], input[type=password] {
	height: 53px;
	width: 100%;
}

.post-password-form input[type=password] {
	margin-top: 10px;
}

.wpcf7-form {
	position: relative;
}

.wpcf7-form .ajax-loader {
	display: none !important;
}

footer .wpcf7-form-control.wpcf7-date, footer .wpcf7-form-control.wpcf7-number, footer .wpcf7-form-control.wpcf7-quiz, footer .wpcf7-form-control.wpcf7-select, footer .wpcf7-form-control.wpcf7-text, footer .wpcf7-form-control.wpcf7-textarea {
	margin: 0;
}

.eltdf-single-line-cf7 {
	position: absolute;
	width: 100%;
}

.eltdf-single-line-cf7 .wpcf7-form-control-wrap input {
	margin: 0;
}

.eltdf-single-line-cf7 .eltdf-btn.eltdf-btn-small {
	position: absolute;
	width: 60px;
	top: 0;
	right: 0;
	color: #000;
	padding: 13px 0;
	text-align: center;
	background-color: transparent;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.post-password-form input[type=submit], .wp-block-button .wp-block-button__link {
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	outline: 0;
}

.eltdf-single-line-cf7 .eltdf-btn.eltdf-btn-solid:not(.eltdf-btn-custom-border-hover):hover {
	border-color: transparent !important;
}

.eltdf-single-line-cf7 .eltdf-btn.eltdf-btn-solid:not(.eltdf-btn-custom-hover-bg):hover {
	background-color: transparent !important;
	color: inherit !important;
	opacity: .8;
}

.post-password-form input[type=submit] {
	box-sizing: border-box;
	display: inline-block;
	font-family: Inconsolata, sans-serif;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 2em;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;
	transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	font-size: 14px;
	padding: 18px 83px;
	color: #fff;
	background-color: #000;
	border: 1px solid transparent;
	cursor: pointer;
}

.post-password-form input[type=submit] .eltdf-btn-text {
	padding-left: .3em;
}

.post-password-form input[type=submit]:hover {
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
}

.wpcf7-form p, p.form-submit {
	margin: 0;
}

#respond textarea, .eltdf-style-form textarea, .wpcf7-form textarea {
	display: block;
}

.eltdf-owl-slider.eltdf-slider-hide-pagination .owl-dots, .eltdf-two-columns-form-without-space .wpcf7-form .ajax-loader {
	display: none;
}

.eltdf-owl-slider {
	visibility: hidden;
}

.eltdf-owl-slider .owl-stage-outer {
	z-index: 1;
}

.eltdf-owl-slider.eltdf-slider-is-moving .owl-item .eltdf-block-drag-link {
	z-index: -1 !important;
}

.eltdf-owl-slider.eltdf-slider-has-both-nav .owl-nav .owl-prev {
	bottom: calc(55px + 90px);
}

.eltdf-owl-slider.eltdf-slider-has-both-nav .owl-nav .owl-next {
	bottom: 90px;
}

.eltdf-owl-slider .owl-nav .owl-next, .eltdf-owl-slider .owl-nav .owl-prev {
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
	color: #595959;
	border: 0;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	z-index: 3;
	right: -1px;
	display: block;
	width: 80px;
	background: #fff;
	text-align: center;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.eltdf-owl-slider .owl-nav .owl-next:hover, .eltdf-owl-slider .owl-nav .owl-prev:hover {
	color: #000;
}

.eltdf-owl-slider .owl-nav .owl-next>span, .eltdf-owl-slider .owl-nav .owl-prev>span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1;
}

.eltdf-owl-slider .owl-nav .owl-next>span:before, .eltdf-owl-slider .owl-nav .owl-prev>span:before {
	display: block;
	line-height: inherit;
}

.eltdf-owl-slider .owl-nav .owl-prev {
	padding: 25px 0 10px;
	bottom: 55px;
}

.eltdf-owl-slider .owl-nav .owl-next {
	padding: 10px 0 25px;
}

.eltdf-owl-slider .owl-dots {
	text-align: center;
	margin: 33px 0 0;
}

.eltdf-owl-slider .owl-dots .owl-dot {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	background: 0 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}

.eltdf-owl-slider .owl-dots .owl-dot span {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 57px;
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #000;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.eltdf-owl-slider .owl-dots .owl-dot.active span {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.eltdf-owl-slider .owl-carousel .owl-item img {
	-webkit-transform: translateZ(0);
}

.eltdf-owl-slider+.eltdf-slider-thumbnail {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 20px -10px 0;
}

.eltdf-owl-slider+.eltdf-slider-thumbnail>.eltdf-slider-thumbnail-item {
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	line-height: 0;
	cursor: pointer;
}

.eltdf-owl-slider+.eltdf-slider-thumbnail>.eltdf-slider-thumbnail-item img {
	border: 2px solid transparent;
	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}

.eltdf-owl-slider+.eltdf-slider-thumbnail>.eltdf-slider-thumbnail-item.active img {
	border: 2px solid #595959;
}

.eltdf-owl-slider+.eltdf-slider-thumbnail.eltdf-slider-columns-two .eltdf-slider-thumbnail-item {
	width: 50%;
}

@media only screen and (max-width:1024px) {
	.eltdf-owl-slider+.eltdf-slider-thumbnail.eltdf-slider-columns-two .eltdf-slider-thumbnail-item {
		width: 33.3333%;
	}
}

.eltdf-owl-slider+.eltdf-slider-thumbnail.eltdf-slider-columns-three .eltdf-slider-thumbnail-item {
	width: 33.33333%;
}

@media only screen and (max-width:1024px) {
	.eltdf-owl-slider+.eltdf-slider-thumbnail.eltdf-slider-columns-three .eltdf-slider-thumbnail-item {
		width: 33.3333%;
	}
}

.eltdf-owl-slider+.eltdf-slider-thumbnail.eltdf-slider-columns-four .eltdf-slider-thumbnail-item {
	width: 25%;
}

@media only screen and (max-width:1024px) {
	.eltdf-owl-slider+.eltdf-slider-thumbnail.eltdf-slider-columns-four .eltdf-slider-thumbnail-item {
		width: 33.3333%;
	}
}

.eltdf-owl-slider+.eltdf-slider-thumbnail.eltdf-slider-columns-five .eltdf-slider-thumbnail-item {
	width: 20%;
}

@media only screen and (max-width:1024px) {
	.eltdf-owl-slider+.eltdf-slider-thumbnail.eltdf-slider-columns-five .eltdf-slider-thumbnail-item {
		width: 33.3333%;
	}
}

.eltdf-owl-slider+.eltdf-slider-thumbnail.eltdf-slider-columns-six .eltdf-slider-thumbnail-item {
	width: 16.66667%;
}

.error404 .eltdf-wrapper {
	padding: 0 !important;
}

.error404 .eltdf-content {
	height: 100vh;
}

@media only screen and (max-width:1024px) {
	.eltdf-owl-slider+.eltdf-slider-thumbnail.eltdf-slider-columns-six .eltdf-slider-thumbnail-item {
		width: 33.3333%;
	}
	
	.error404 .eltdf-content {
		height: calc(100vh - 70px);
		margin-top: 0 !important;
	}
}

.error404.admin-bar .eltdf-content {
	height: calc(100vh - 32px);
}

@media only screen and (max-width:1024px) {
	.error404.admin-bar .eltdf-content {
		height: calc(100vh - 32px - 70px);
		margin-top: -32px !important;
	}
}

@media (max-width:782px) {
	.error404.admin-bar .eltdf-content {
		height: calc(100vh - 46px - 70px);
		margin-top: -46px !important;
	}
}

.error404 .eltdf-content-inner {
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
}

.error404 .eltdf-page-not-found {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 0 20%;
	text-align: center;
}

#eltdf-back-to-top, #eltdf-back-to-top>i {
	display: block;
	width: 40px;
	box-sizing: border-box;
}

.error404 .eltdf-page-not-found .eltdf-404-title {
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	color: currentColor;
	-webkit-text-fill-color: transparent;
	font-weight: 700 !important;
	font-size: 100px;
	margin: 0;
}

.error404 .eltdf-page-not-found .eltdf-404-title>* {
	font-weight: 700;
}

.error404 .eltdf-page-not-found .eltdf-404-subtitle {
	margin: 35px 0 0;
}

.error404 .eltdf-page-not-found .eltdf-404-text {
	margin: 10px 0 0;
}

.error404 .eltdf-page-not-found .eltdf-btn {
	margin: 30px 0 0;
}

.error404 .eltdf-page-not-found .eltdf-btn.eltdf-btn-light-style {
	color: #585858;
	border-color: #fff;
}

.error404 .eltdf-page-not-found .eltdf-btn.eltdf-btn-light-style:hover {
	color: #fff !important;
	border-color: #fff !important;
}

#eltdf-back-to-top {
	bottom: 25px;
	margin: 0;
	opacity: 0;
	position: fixed;
	right: 25px;
	visibility: hidden;
	z-index: 10000;
}

.eltdf-fullscreen-sidebar .widget .tagcloud a:before, .eltdf-side-menu .widget .tagcloud a:before, .wpb_widgetised_column .widget .tagcloud a:before, aside.eltdf-sidebar .widget .tagcloud a:before, footer .widget .tagcloud a:before {
	bottom: 1px;
}

#eltdf-back-to-top.off {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .15s ease, visibility 0s .15s;
	-moz-transition: opacity .15s ease, visibility 0s .15s;
	transition: opacity .15s ease, visibility 0s .15s;
}

#eltdf-back-to-top.on {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#eltdf-back-to-top>i {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 21px;
	height: 40px;
	line-height: calc(40px - 2px);
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

footer .widget #wp-calendar, footer .widget ul li {
	font-family: Inconsolata, sans-serif;
	font-size: 13px;
	letter-spacing: .3em;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400;
}

#eltdf-back-to-top:hover>i {
	background: #fff;
	color: #000;
}

.eltdf-self-hosted-video-holder .eltdf-video-wrap .mejs-container, .eltdf-self-hosted-video-holder .eltdf-video-wrap .mejs-overlay-play, .eltdf-self-hosted-video-holder .eltdf-video-wrap .mejs-poster {
	height: 100% !important;
	width: 100% !important;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	display: none;
}

input[type=search]::-ms-clear {
	display: none;
}

input[type=text]::-ms-clear {
	display: none;
}

a[class*=opener-svg-path] {
	height: 38px;
	width: 42px;
}

a[class*=opener-svg-path]>span {
	display: flex !important;
	height: 38px;
	justify-content: center;
	left: 50% !important;
	position: absolute !important;
	top: 50% !important;
	width: 42px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

a[class*=opener-svg-path]>span svg {
	align-self: center;
}

.eldtf-amedeo-svg-burger {
	cursor: pointer;
}

.eldtf-amedeo-svg-burger rect:nth-of-type(1), .eldtf-amedeo-svg-burger rect:nth-of-type(2) {
	fill: none;
	stroke: currentColor;
}

.eltdf-fullscreen-search-holder .eltdf-search-close.eltdf-search-close-svg-path path, .eltdf-fullscreen-search-holder .eltdf-search-close.eltdf-search-close-svg-path>*, .eltdf-fullscreen-search-holder .eltdf-search-submit.eltdf-search-submit-svg-path path, .eltdf-fullscreen-search-holder .eltdf-search-submit.eltdf-search-submit-svg-path>*, .eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-svg-path .eltdf-mobile-menu-icon path, .eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-svg-path .eltdf-mobile-menu-icon>*, .eltdf-search-opener.eltdf-search-opener-svg-path .eltdf-search-opener-wrapper path, .eltdf-search-opener.eltdf-search-opener-svg-path .eltdf-search-opener-wrapper>*, .eltdf-side-menu a.eltdf-close-side-menu.eltdf-close-side-menu-svg-path path, .eltdf-side-menu a.eltdf-close-side-menu.eltdf-close-side-menu-svg-path>*, .eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-svg-path .eltdf-side-menu-icon path, .eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-svg-path .eltdf-side-menu-icon>* {
	fill: currentColor;
	stroke: currentColor;
}

.eldtf-amedeo-svg-burger rect:nth-of-type(3), .eldtf-amedeo-svg-burger rect:nth-of-type(4) {
	fill: currentColor;
	stroke: none;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.eldtf-amedeo-svg-burger rect:nth-of-type(3) {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.eldtf-amedeo-svg-burger rect:nth-of-type(4) {
	-webkit-transition: .3s .2s;
	-moz-transition: .3s .2s;
	transition: .3s .2s;
}

.eldtf-amedeo-svg-burger:hover rect:nth-of-type(3), .eldtf-amedeo-svg-burger:hover rect:nth-of-type(4) {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.eldtf-amedeo-svg-close {
	cursor: pointer;
}

.eldtf-amedeo-svg-close polygon {
	fill: none;
	stroke: #000;
}

.eldtf-amedeo-svg-close rect {
	fill: #000;
}

.eldtf-amedeo-svg-close rect:nth-of-type(1) {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.eldtf-amedeo-svg-close rect:nth-of-type(2) {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
	-webkit-transition: .3s .2s;
	-moz-transition: .3s .2s;
	transition: .3s .2s;
}

.eldtf-amedeo-svg-close:hover rect:nth-of-type(1), .eldtf-amedeo-svg-close:hover rect:nth-of-type(2) {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}

footer .widget {
	color: #fff;
	font-size: 13px;
	margin: 0 0 35px;
	padding: 0;
}

footer .widget:last-child {
	margin: 0;
}

footer .widget .eltdf-widget-title-holder {
	margin-bottom: 11px;
}

footer .widget .eltdf-widget-title-holder .eltdf-widget-title {
	color: #fff;
	margin: 0;
	padding: 0;
}

footer .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .widget ul li {
	display: block;
	margin: 0;
	padding: 8px 0;
}

footer .widget ul li:last-child {
	border: 0;
	padding-bottom: 0;
}

footer .widget ul .children, footer .widget ul .sub-menu {
	margin-top: 8px;
}

footer .widget a {
	position: relative;
	color: #fff;
}

footer .widget.widget_archive a, footer .widget.widget_categories a, footer .widget.widget_meta a, footer .widget.widget_pages a, footer .widget.widget_recent_comments a, footer .widget.widget_recent_entries a, footer .widget.widget_tag_cloud a, footer .widget.widget_text a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

footer .widget.widget_text h6 a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

footer .widget.widget_text h6 a:hover {
	color: #fff !important;
	opacity: 1;
}

footer .widget.widget_nav_menu a {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 0 20px 0 0;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

footer .widget.widget_nav_menu a:before {
	background: currentColor;
	content: "";
	display: block;
	height: 1px;
	left: -20px;
	position: absolute;
	top: 50%;
	width: 9px;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}

footer .widget.widget_nav_menu a:hover {
	padding: 0 0 0 20px;
}

footer .widget.widget_nav_menu a:hover:before {
	left: 0;
}

footer .widget #wp-calendar {
	text-align: center;
	width: 100%;
}

footer .widget #wp-calendar caption {
	margin: 8px 0;
}

footer .widget #wp-calendar tr {
	border-color: grey;
}

footer .widget #wp-calendar td, footer .widget #wp-calendar th {
	padding: 3px 4px;
}

footer .widget #wp-calendar td#today {
	background-color: grey;
	color: #fff;
}

footer .widget #wp-calendar td:not(#prev):not(#next) a {
	text-decoration: underline;
}

footer .widget #wp-calendar td:not(#prev):not(#next) a:hover, footer .widget.eltdf-recent-post-widget .eltdf-recent-posts a:hover {
	text-decoration: none;
}

footer .widget.widget_rss .rssSummary {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.928em;
	text-transform: initial;
}

footer .widget.widget_rss .rss-widget-icon {
	display: inline-block;
}

footer .widget.widget_rss .rss-date {
	display: block;
	margin-bottom: 8px;
}

footer .widget.widget_rss cite {
	display: block;
	margin-top: calc(8px / 2);
}

footer .widget .eltdf-searchform .input-holder {
	border-color: grey;
	border-style: solid;
	border-width: 1px;
}

footer .widget .eltdf-searchform .input-holder button, footer .widget .eltdf-searchform .input-holder input {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	float: left;
	font-weight: 300;
	height: 51px;
	line-height: calc(51px - 2px);
	outline: 0;
	position: relative;
	vertical-align: top;
	-webkit-appearance: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

footer .widget .eltdf-searchform .input-holder input.search-field {
	font-family: Inconsolata, sans-serif;
	font-size: 13px;
	font-weight: 300;
	padding: 0 0 0 20px;
	width: calc(100% - 36px);
	text-transform: uppercase;
	letter-spacing: .3em;
}

footer .widget .eltdf-searchform .input-holder input.search-field::-webkit-input-placeholder {
	color: #fff;
}

footer .widget .eltdf-searchform .input-holder input.search-field:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

footer .widget .eltdf-searchform .input-holder input.search-field::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

footer .widget .eltdf-searchform .input-holder input.search-field:-ms-input-placeholder {
	color: #fff;
}

footer .widget .eltdf-searchform .input-holder button {
	background: 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 21px;
	padding: 0 20px 0 0;
	width: 36px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

footer .widget .eltdf-searchform .input-holder button:hover {
	color: #fff;
}

footer .widget .eltdf-searchform .input-holder button span {
	display: block;
	left: 0;
	line-height: inherit;
	position: absolute;
	top: 0;
	width: 100%;
}

footer .widget .tagcloud a, footer .widget select {
	text-transform: uppercase;
	position: relative;
	font-family: Inconsolata, sans-serif;
	letter-spacing: .3em;
}

footer .widget .eltdf-searchform .input-holder button span:before {
	display: block;
	line-height: inherit;
}

footer .widget select {
	font-size: 13px;
	background-color: transparent;
	border-color: grey;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: inherit;
	height: 51px;
	line-height: calc(51px - 2px);
	margin-top: calc(8px + ( ( 20px - 9px ) / 2 ));
	outline: 0;
	padding: 0 0 0 21px;
	vertical-align: top;
	width: 100%;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

footer .widget select option {
	background-color: grey;
}

footer .widget .tagcloud a {
	font-weight: 400;
	display: inline-block;
	font-size: 13px !important;
	line-height: 20px;
	margin: 0 31px 0 0;
}

footer .widget .tagcloud a:after {
	content: "/";
	display: inline-block;
	left: 100%;
	letter-spacing: 0;
	padding: 0 12px;
	position: absolute;
	top: 0;
}

footer .widget.widget_media_image img, footer .widget.widget_text img {
	display: block;
}

footer .widget.widget_text p:first-child {
	margin-top: 0;
	padding-top: 8px;
}

footer .widget.widget_text p:last-child {
	margin-bottom: 0;
}

footer .widget .eltdf-empty-widget {
	height: 63px;
}

@media only screen and (max-width:680px) {
	footer .widget .eltdf-empty-widget {
		height: 0;
		margin-bottom: -35px;
	}
}

footer .widget.eltdf-recent-post-widget .eltdf-recent-posts a {
	margin-bottom: 15px;
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
}

footer .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image, footer .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-text {
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

footer .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image {
	width: 110px;
}

footer .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image img {
	display: block;
}

footer .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-text {
	padding-left: 19px;
	width: calc(100% - 136px);
}

footer .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-title {
	margin: 0 0 3px;
}

footer .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-date {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
}

.eltdf-fullscreen-sidebar .widget #wp-calendar, .eltdf-fullscreen-sidebar .widget ul li {
	font-family: Inconsolata, sans-serif;
	letter-spacing: .3em;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

footer .widget.eltdf-author-info-widget {
	border-bottom: 1px solid grey;
	padding: 0 0 34px;
	text-align: center;
}

footer .widget.eltdf-author-info-widget .eltdf-aiw-image {
	display: block;
	margin: 0 0 22px;
}

footer .widget.eltdf-author-info-widget .eltdf-aiw-image img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

footer .widget.eltdf-author-info-widget .eltdf-aiw-name {
	margin: 0 0 1px;
}

footer .widget.eltdf-author-info-widget .eltdf-aiw-position {
	margin: 0 0 0 .3em;
}

@media only screen and (max-width:680px) {
	footer .eltdf-social-icons-group-widget {
		margin-left: -9px !important;
	}
	
	footer .eltdf-footer-bottom-inner .eltdf-grid-col-6:last-of-type {
		margin-top: 0 !important;
	}
}

.eltdf-fullscreen-sidebar .widget {
	color: #fff;
	font-size: 14px;
	margin: 0 0 45px;
	padding: 0;
}

.eltdf-fullscreen-sidebar .widget:last-child {
	margin: 0;
}

.eltdf-fullscreen-sidebar .widget .eltdf-widget-title-holder {
	margin-bottom: 11px;
}

.eltdf-fullscreen-sidebar .widget .eltdf-widget-title-holder .eltdf-widget-title {
	color: #999;
	margin: 0;
	padding: 0;
}

.eltdf-fullscreen-sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eltdf-fullscreen-sidebar .widget ul li {
	display: block;
	margin: 0;
	padding: 15px 0;
}

.eltdf-fullscreen-sidebar .widget ul li:last-child {
	border: 0;
	padding-bottom: 0;
}

.eltdf-fullscreen-sidebar .widget ul .children, .eltdf-fullscreen-sidebar .widget ul .sub-menu {
	margin-top: 15px;
}

.eltdf-fullscreen-sidebar .widget a {
	position: relative;
	color: #eee;
}

.eltdf-fullscreen-sidebar .widget.widget_archive a, .eltdf-fullscreen-sidebar .widget.widget_categories a, .eltdf-fullscreen-sidebar .widget.widget_meta a, .eltdf-fullscreen-sidebar .widget.widget_pages a, .eltdf-fullscreen-sidebar .widget.widget_recent_comments a, .eltdf-fullscreen-sidebar .widget.widget_recent_entries a, .eltdf-fullscreen-sidebar .widget.widget_tag_cloud a, .eltdf-fullscreen-sidebar .widget.widget_text a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.eltdf-fullscreen-sidebar .widget.widget_text h6 a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.eltdf-fullscreen-sidebar .widget.widget_text h6 a:hover {
	color: #fff !important;
	opacity: 1;
}

.eltdf-fullscreen-sidebar .widget.widget_nav_menu a {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 0 20px 0 0;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.eltdf-fullscreen-sidebar .widget.widget_nav_menu a:before {
	background: currentColor;
	content: "";
	display: block;
	height: 1px;
	left: -20px;
	position: absolute;
	top: 50%;
	width: 9px;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}

.eltdf-fullscreen-sidebar .widget.widget_nav_menu a:hover {
	padding: 0 0 0 20px;
}

.eltdf-fullscreen-sidebar .widget.widget_nav_menu a:hover:before {
	left: 0;
}

.eltdf-fullscreen-sidebar .widget #wp-calendar {
	text-align: center;
	width: 100%;
}

.eltdf-fullscreen-sidebar .widget #wp-calendar caption {
	margin: 15px 0;
}

.eltdf-fullscreen-sidebar .widget #wp-calendar tr {
	border-color: #ccc;
}

.eltdf-fullscreen-sidebar .widget #wp-calendar td, .eltdf-fullscreen-sidebar .widget #wp-calendar th {
	padding: 3px 4px;
}

.eltdf-fullscreen-sidebar .widget #wp-calendar td#today {
	background-color: #999;
	color: #fff;
}

.eltdf-fullscreen-sidebar .widget #wp-calendar td:not(#prev):not(#next) a {
	text-decoration: underline;
}

.eltdf-fullscreen-sidebar .widget #wp-calendar td:not(#prev):not(#next) a:hover, .eltdf-fullscreen-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts a:hover {
	text-decoration: none;
}

.eltdf-fullscreen-sidebar .widget.widget_rss .rssSummary {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.928em;
	text-transform: initial;
}

.eltdf-fullscreen-sidebar .widget.widget_rss .rss-widget-icon {
	display: inline-block;
}

.eltdf-fullscreen-sidebar .widget.widget_rss .rss-date {
	display: block;
	margin-bottom: 15px;
}

.eltdf-fullscreen-sidebar .widget.widget_rss cite {
	display: block;
	margin-top: calc(15px / 2);
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder button, .eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder input {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	float: left;
	font-weight: 300;
	height: 51px;
	line-height: calc(51px - 2px);
	outline: 0;
	position: relative;
	vertical-align: top;
	-webkit-appearance: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder input.search-field {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 0 0 0 20px;
	width: calc(100% - 36px);
	text-transform: uppercase;
	letter-spacing: .3em;
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder input.search-field::-webkit-input-placeholder {
	color: #fff;
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder input.search-field:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder input.search-field::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder input.search-field:-ms-input-placeholder {
	color: #fff;
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder button {
	background: 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 21px;
	padding: 0 20px 0 0;
	width: 36px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder button:hover {
	color: #595959;
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder button span {
	display: block;
	left: 0;
	line-height: inherit;
	position: absolute;
	top: 0;
	width: 100%;
}

.eltdf-fullscreen-sidebar .widget .tagcloud a, .eltdf-fullscreen-sidebar .widget select {
	text-transform: uppercase;
	position: relative;
	font-family: Inconsolata, sans-serif;
	letter-spacing: .3em;
}

.eltdf-fullscreen-sidebar .widget .eltdf-searchform .input-holder button span:before {
	display: block;
	line-height: inherit;
}

.eltdf-fullscreen-sidebar .widget select {
	font-size: 14px;
	background-color: transparent;
	border-color: #ccc;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: inherit;
	height: 51px;
	line-height: calc(51px - 2px);
	margin-top: calc(15px + ( ( 20px - 9px ) / 2 ));
	outline: 0;
	padding: 0 0 0 21px;
	vertical-align: top;
	width: 100%;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.eltdf-fullscreen-sidebar .widget select option {
	background-color: #999;
}

.eltdf-fullscreen-sidebar .widget .tagcloud a {
	font-weight: 400;
	display: inline-block;
	font-size: 14px !important;
	line-height: 20px;
	margin: 0 31px 0 0;
}

.eltdf-fullscreen-sidebar .widget .tagcloud a:after {
	content: "/";
	display: inline-block;
	left: 100%;
	letter-spacing: 0;
	padding: 0 12px;
	position: absolute;
	top: 0;
}

.eltdf-fullscreen-sidebar .widget.widget_media_image img, .eltdf-fullscreen-sidebar .widget.widget_text img {
	display: block;
}

.eltdf-fullscreen-sidebar .widget.widget_text p:first-child {
	margin-top: 0;
	padding-top: 15px;
}

.eltdf-fullscreen-sidebar .widget.widget_text p:last-child {
	margin-bottom: 0;
}

.eltdf-fullscreen-sidebar .widget .eltdf-empty-widget {
	height: 63px;
}

@media only screen and (max-width:680px) {
	.eltdf-fullscreen-sidebar .widget .eltdf-empty-widget {
		height: 0;
		margin-bottom: -45px;
	}
}

.eltdf-fullscreen-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts a {
	margin-bottom: 15px;
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
}

.eltdf-fullscreen-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image, .eltdf-fullscreen-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-text {
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.eltdf-fullscreen-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image {
	width: 110px;
}

.eltdf-fullscreen-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image img {
	display: block;
}

.eltdf-fullscreen-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-text {
	padding-left: 19px;
	width: calc(100% - 136px);
}

.eltdf-fullscreen-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-title {
	margin: 0 0 3px;
}

.eltdf-fullscreen-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-date {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
}

.eltdf-side-menu .widget #wp-calendar, .eltdf-side-menu .widget ul li {
	font-family: Inconsolata, sans-serif;
	letter-spacing: .3em;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

.eltdf-fullscreen-sidebar .widget.eltdf-author-info-widget {
	border-bottom: 1px solid #ccc;
	padding: 0 0 34px;
	text-align: center;
}

.eltdf-fullscreen-sidebar .widget.eltdf-author-info-widget .eltdf-aiw-image {
	display: block;
	margin: 0 0 22px;
}

.eltdf-fullscreen-sidebar .widget.eltdf-author-info-widget .eltdf-aiw-image img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.eltdf-fullscreen-sidebar .widget.eltdf-author-info-widget .eltdf-aiw-name {
	margin: 0 0 1px;
}

.eltdf-fullscreen-sidebar .widget.eltdf-author-info-widget .eltdf-aiw-position {
	margin: 0 0 0 .3em;
}

.eltdf-mobile-header .widget, .eltdf-page-header .widget, .eltdf-sticky-header .widget, .eltdf-top-bar .widget {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.eltdf-mobile-header div[id^=monster-widget-placeholder], .eltdf-page-header div[id^=monster-widget-placeholder], .eltdf-sticky-header div[id^=monster-widget-placeholder], .eltdf-top-bar div[id^=monster-widget-placeholder] {
	display: none !important;
}

.eltdf-side-menu .widget {
	color: #fff;
	font-size: 14px;
	margin: 0 0 30px;
	padding: 0;
}

.eltdf-side-menu .widget:last-child {
	margin: 0;
}

.eltdf-side-menu .widget .eltdf-widget-title-holder {
	margin-bottom: 11px;
}

.eltdf-side-menu .widget .eltdf-widget-title-holder .eltdf-widget-title {
	color: #000;
	margin: 0;
	padding: 0;
}

.eltdf-side-menu .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eltdf-side-menu .widget ul li {
	display: block;
	margin: 0;
	padding: 15px 0;
}

.eltdf-side-menu .widget ul li:last-child {
	border: 0;
	padding-bottom: 0;
}

.eltdf-side-menu .widget ul .children, .eltdf-side-menu .widget ul .sub-menu {
	margin-top: 15px;
}

.eltdf-side-menu .widget a {
	position: relative;
	color: #eee;
}

.eltdf-side-menu .widget.widget_archive a, .eltdf-side-menu .widget.widget_categories a, .eltdf-side-menu .widget.widget_meta a, .eltdf-side-menu .widget.widget_pages a, .eltdf-side-menu .widget.widget_recent_comments a, .eltdf-side-menu .widget.widget_recent_entries a, .eltdf-side-menu .widget.widget_tag_cloud a, .eltdf-side-menu .widget.widget_text a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.eltdf-side-menu .widget.widget_text h6 a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.eltdf-side-menu .widget.widget_text h6 a:hover {
	color: #fff !important;
	opacity: 1;
}

.eltdf-side-menu .widget.widget_nav_menu a {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 0 20px 0 0;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.eltdf-side-menu .widget.widget_nav_menu a:before {
	background: currentColor;
	content: "";
	display: block;
	height: 1px;
	left: -20px;
	position: absolute;
	top: 50%;
	width: 9px;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}

.eltdf-side-menu .widget.widget_nav_menu a:hover {
	padding: 0 0 0 20px;
}

.eltdf-side-menu .widget.widget_nav_menu a:hover:before {
	left: 0;
}

.eltdf-side-menu .widget #wp-calendar {
	text-align: center;
	width: 100%;
}

.eltdf-side-menu .widget #wp-calendar caption {
	margin: 15px 0;
}

.eltdf-side-menu .widget #wp-calendar tr {
	border-color: #ccc;
}

.eltdf-side-menu .widget #wp-calendar td, .eltdf-side-menu .widget #wp-calendar th {
	padding: 3px 4px;
}

.eltdf-side-menu .widget #wp-calendar td#today {
	background-color: #999;
	color: #fff;
}

.eltdf-side-menu .widget #wp-calendar td:not(#prev):not(#next) a {
	text-decoration: underline;
}

.eltdf-side-menu .widget #wp-calendar td:not(#prev):not(#next) a:hover, .eltdf-side-menu .widget.eltdf-recent-post-widget .eltdf-recent-posts a:hover {
	text-decoration: none;
}

.eltdf-side-menu .widget.widget_rss .rssSummary {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.928em;
	text-transform: initial;
}

.eltdf-side-menu .widget.widget_rss .rss-widget-icon {
	display: inline-block;
}

.eltdf-side-menu .widget.widget_rss .rss-date {
	display: block;
	margin-bottom: 15px;
}

.eltdf-side-menu .widget.widget_rss cite {
	display: block;
	margin-top: calc(15px / 2);
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder button, .eltdf-side-menu .widget .eltdf-searchform .input-holder input {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	float: left;
	font-weight: 300;
	height: 51px;
	line-height: calc(51px - 2px);
	outline: 0;
	position: relative;
	vertical-align: top;
	-webkit-appearance: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder input.search-field {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 0 0 0 20px;
	width: calc(100% - 36px);
	text-transform: uppercase;
	letter-spacing: .3em;
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder input.search-field::-webkit-input-placeholder {
	color: #fff;
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder input.search-field:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder input.search-field::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder input.search-field:-ms-input-placeholder {
	color: #fff;
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder button {
	background: 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 21px;
	padding: 0 20px 0 0;
	width: 36px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder button:hover {
	color: #595959;
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder button span {
	display: block;
	left: 0;
	line-height: inherit;
	position: absolute;
	top: 0;
	width: 100%;
}

.eltdf-side-menu .widget .tagcloud a, .eltdf-side-menu .widget select {
	font-family: Inconsolata, sans-serif;
	letter-spacing: .3em;
	text-transform: uppercase;
	position: relative;
}

.eltdf-side-menu .widget .eltdf-searchform .input-holder button span:before {
	display: block;
	line-height: inherit;
}

.eltdf-side-menu .widget select {
	font-size: 14px;
	background-color: transparent;
	border-color: #ccc;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: inherit;
	height: 51px;
	line-height: calc(51px - 2px);
	margin-top: calc(15px + ( ( 20px - 9px ) / 2 ));
	outline: 0;
	padding: 0 0 0 21px;
	vertical-align: top;
	width: 100%;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.eltdf-side-menu .widget select option {
	background-color: #999;
}

.eltdf-side-menu .widget .tagcloud a {
	font-weight: 400;
	display: inline-block;
	font-size: 14px !important;
	line-height: 20px;
	margin: 0 31px 0 0;
}

.eltdf-side-menu .widget .tagcloud a:after {
	content: "/";
	display: inline-block;
	left: 100%;
	letter-spacing: 0;
	padding: 0 12px;
	position: absolute;
	top: 0;
}

.eltdf-side-menu .widget.widget_media_image img, .eltdf-side-menu .widget.widget_text img {
	display: block;
}

.eltdf-side-menu .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-date, .wpb_widgetised_column .widget #wp-calendar, .wpb_widgetised_column .widget ul li, aside.eltdf-sidebar .widget #wp-calendar, aside.eltdf-sidebar .widget ul li {
	font-family: Inconsolata, sans-serif;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

.eltdf-side-menu .widget.widget_text p:first-child {
	margin-top: 0;
	padding-top: 15px;
}

.eltdf-side-menu .widget.widget_text p:last-child {
	margin-bottom: 0;
}

.eltdf-side-menu .widget .eltdf-empty-widget {
	height: 63px;
}

@media only screen and (max-width:680px) {
	.eltdf-side-menu .widget .eltdf-empty-widget {
		height: 0;
		margin-bottom: -30px;
	}
}

.eltdf-side-menu .widget.eltdf-recent-post-widget .eltdf-recent-posts a {
	margin-bottom: 15px;
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
}

.eltdf-side-menu .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image, .eltdf-side-menu .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-text {
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.eltdf-side-menu .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image {
	width: 110px;
}

.eltdf-side-menu .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image img {
	display: block;
}

.eltdf-side-menu .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-text {
	padding-left: 19px;
	width: calc(100% - 136px);
}

.eltdf-side-menu .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-title {
	margin: 0 0 3px;
}

.eltdf-side-menu .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-date {
	line-height: 1.714em;
}

.eltdf-side-menu .widget.eltdf-author-info-widget {
	border-bottom: 1px solid #ccc;
	padding: 0 0 34px;
	text-align: center;
}

.eltdf-side-menu .widget.eltdf-author-info-widget .eltdf-aiw-image {
	display: block;
	margin: 0 0 22px;
}

.eltdf-side-menu .widget.eltdf-author-info-widget .eltdf-aiw-image img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.eltdf-side-menu .widget.eltdf-author-info-widget .eltdf-aiw-name {
	margin: 0 0 1px;
}

.eltdf-side-menu .widget.eltdf-author-info-widget .eltdf-aiw-position {
	margin: 0 0 0 .3em;
}

aside.eltdf-sidebar {
	position: relative;
	z-index: 11;
	margin: 0 0 60px;
}

.wpb_widgetised_column {
	position: relative;
}

.wpb_widgetised_column .widget, aside.eltdf-sidebar .widget {
	color: #000;
	font-size: 14px;
	margin: 0 0 45px;
	padding: 0;
}

.wpb_widgetised_column .widget:last-child, aside.eltdf-sidebar .widget:last-child {
	margin: 0;
}

.wpb_widgetised_column .widget .eltdf-widget-title-holder, aside.eltdf-sidebar .widget .eltdf-widget-title-holder {
	margin-bottom: 11px;
}

.wpb_widgetised_column .widget .eltdf-widget-title-holder .eltdf-widget-title, aside.eltdf-sidebar .widget .eltdf-widget-title-holder .eltdf-widget-title {
	color: #000;
	margin: 0;
	padding: 0;
}

.wpb_widgetised_column .widget ul, aside.eltdf-sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpb_widgetised_column .widget ul li, aside.eltdf-sidebar .widget ul li {
	display: block;
	margin: 0;
	padding: 2px 0;
	line-height: 22px;
}

.wpb_widgetised_column .widget ul li:last-child, aside.eltdf-sidebar .widget ul li:last-child {
	border: 0;
	padding-bottom: 0;
}

.wpb_widgetised_column .widget ul .children, .wpb_widgetised_column .widget ul .sub-menu, aside.eltdf-sidebar .widget ul .children, aside.eltdf-sidebar .widget ul .sub-menu {
	margin-top: 2px;
}

.wpb_widgetised_column .widget a, aside.eltdf-sidebar .widget a {
	position: relative;
	color: #000;
}

.wpb_widgetised_column .widget.widget_archive a, .wpb_widgetised_column .widget.widget_categories a, .wpb_widgetised_column .widget.widget_meta a, .wpb_widgetised_column .widget.widget_pages a, .wpb_widgetised_column .widget.widget_recent_comments a, .wpb_widgetised_column .widget.widget_recent_entries a, .wpb_widgetised_column .widget.widget_tag_cloud a, .wpb_widgetised_column .widget.widget_text a, aside.eltdf-sidebar .widget.widget_archive a, aside.eltdf-sidebar .widget.widget_categories a, aside.eltdf-sidebar .widget.widget_meta a, aside.eltdf-sidebar .widget.widget_pages a, aside.eltdf-sidebar .widget.widget_recent_comments a, aside.eltdf-sidebar .widget.widget_recent_entries a, aside.eltdf-sidebar .widget.widget_tag_cloud a, aside.eltdf-sidebar .widget.widget_text a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.wpb_widgetised_column .widget.widget_text h6 a, aside.eltdf-sidebar .widget.widget_text h6 a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.wpb_widgetised_column .widget.widget_text h6 a:hover, aside.eltdf-sidebar .widget.widget_text h6 a:hover {
	color: #fff !important;
	opacity: 1;
}

.wpb_widgetised_column .widget.widget_nav_menu a, aside.eltdf-sidebar .widget.widget_nav_menu a {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 0 20px 0 0;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.wpb_widgetised_column .widget.widget_nav_menu a:before, aside.eltdf-sidebar .widget.widget_nav_menu a:before {
	background: currentColor;
	content: "";
	display: block;
	height: 1px;
	left: -20px;
	position: absolute;
	top: 50%;
	width: 9px;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}

.wpb_widgetised_column .widget.widget_nav_menu a:hover, aside.eltdf-sidebar .widget.widget_nav_menu a:hover {
	padding: 0 0 0 20px;
}

.wpb_widgetised_column .widget.widget_nav_menu a:hover:before, aside.eltdf-sidebar .widget.widget_nav_menu a:hover:before {
	left: 0;
}

.wpb_widgetised_column .widget #wp-calendar, aside.eltdf-sidebar .widget #wp-calendar {
	text-align: center;
	width: 100%;
	line-height: 22px;
}

.wpb_widgetised_column .widget #wp-calendar caption, aside.eltdf-sidebar .widget #wp-calendar caption {
	margin: 2px 0;
}

.wpb_widgetised_column .widget #wp-calendar tr, aside.eltdf-sidebar .widget #wp-calendar tr {
	border-color: #000;
}

.wpb_widgetised_column .widget #wp-calendar td, .wpb_widgetised_column .widget #wp-calendar th, aside.eltdf-sidebar .widget #wp-calendar td, aside.eltdf-sidebar .widget #wp-calendar th {
	padding: 3px 4px;
}

.wpb_widgetised_column .widget #wp-calendar td#today, aside.eltdf-sidebar .widget #wp-calendar td#today {
	background-color: grey;
	color: #000;
}

.wpb_widgetised_column .widget #wp-calendar td:not(#prev):not(#next) a, aside.eltdf-sidebar .widget #wp-calendar td:not(#prev):not(#next) a {
	text-decoration: underline;
}

.wpb_widgetised_column .widget #wp-calendar td:not(#prev):not(#next) a:hover, .wpb_widgetised_column .widget.eltdf-recent-post-widget .eltdf-recent-posts a:hover, aside.eltdf-sidebar .widget #wp-calendar td:not(#prev):not(#next) a:hover, aside.eltdf-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts a:hover {
	text-decoration: none;
}

.wpb_widgetised_column .widget.widget_rss .rssSummary, aside.eltdf-sidebar .widget.widget_rss .rssSummary {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.928em;
	text-transform: initial;
}

.wpb_widgetised_column .widget.widget_rss .rss-widget-icon, aside.eltdf-sidebar .widget.widget_rss .rss-widget-icon {
	display: inline-block;
}

.wpb_widgetised_column .widget.widget_rss .rss-date, aside.eltdf-sidebar .widget.widget_rss .rss-date {
	display: block;
	margin-bottom: 2px;
}

.wpb_widgetised_column .widget.widget_rss cite, aside.eltdf-sidebar .widget.widget_rss cite {
	display: block;
	margin-top: calc(2px / 2);
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder button, .wpb_widgetised_column .widget .eltdf-searchform .input-holder input, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder button, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder input {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	float: left;
	font-weight: 300;
	height: 51px;
	line-height: calc(51px - 2px);
	outline: 0;
	position: relative;
	vertical-align: top;
	-webkit-appearance: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder input.search-field, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder input.search-field {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 0 0 0 20px;
	width: calc(100% - 36px);
	text-transform: uppercase;
	letter-spacing: .3em;
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder input.search-field::-webkit-input-placeholder, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder input.search-field::-webkit-input-placeholder {
	color: #000;
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder input.search-field:-moz-placeholder, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder input.search-field:-moz-placeholder {
	color: #000;
	opacity: 1;
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder input.search-field::-moz-placeholder, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder input.search-field::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder input.search-field:-ms-input-placeholder, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder input.search-field:-ms-input-placeholder {
	color: #000;
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder button, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder button {
	background: 0 0;
	color: #000;
	cursor: pointer;
	font-size: 21px;
	padding: 0 20px 0 0;
	width: 36px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder button:hover, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder button:hover {
	color: #000;
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder button span, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder button span {
	display: block;
	left: 0;
	line-height: inherit;
	position: absolute;
	top: 0;
	width: 100%;
}

.wpb_widgetised_column .widget .eltdf-searchform .input-holder button span:before, aside.eltdf-sidebar .widget .eltdf-searchform .input-holder button span:before {
	display: block;
	line-height: inherit;
}

.wpb_widgetised_column .widget select, aside.eltdf-sidebar .widget select {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	letter-spacing: .3em;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #000;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-weight: inherit;
	height: 51px;
	line-height: calc(51px - 2px);
	margin-top: calc(2px + ( ( 22px - 9px ) / 2 ));
	outline: 0;
	padding: 0 0 0 21px;
	position: relative;
	vertical-align: top;
	width: 100%;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.wpb_widgetised_column .widget select option, aside.eltdf-sidebar .widget select option {
	background-color: grey;
}

.wpb_widgetised_column .widget .tagcloud a, aside.eltdf-sidebar .widget .tagcloud a {
	font-family: Inconsolata, sans-serif;
	font-weight: 400;
	letter-spacing: .3em;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px !important;
	line-height: 22px;
	margin: 0 31px 0 0;
	position: relative;
}

.wpb_widgetised_column .widget .tagcloud a:after, aside.eltdf-sidebar .widget .tagcloud a:after {
	content: "/";
	display: inline-block;
	left: 100%;
	letter-spacing: 0;
	padding: 0 12px;
	position: absolute;
	top: 0;
}

.wpb_widgetised_column .widget.widget_media_image img, .wpb_widgetised_column .widget.widget_text img, aside.eltdf-sidebar .widget.widget_media_image img, aside.eltdf-sidebar .widget.widget_text img {
	display: block;
}

.wpb_widgetised_column .widget.widget_text p:first-child, aside.eltdf-sidebar .widget.widget_text p:first-child {
	margin-top: 0;
	padding-top: 2px;
}

.wpb_widgetised_column .widget.widget_text p:last-child, aside.eltdf-sidebar .widget.widget_text p:last-child {
	margin-bottom: 0;
}

.wpb_widgetised_column .widget .eltdf-empty-widget, aside.eltdf-sidebar .widget .eltdf-empty-widget {
	height: 63px;
}

@media only screen and (max-width:680px) {
	.wpb_widgetised_column .widget .eltdf-empty-widget, aside.eltdf-sidebar .widget .eltdf-empty-widget {
		height: 0;
		margin-bottom: -45px;
	}
}

.wpb_widgetised_column .widget.eltdf-recent-post-widget .eltdf-recent-posts a, aside.eltdf-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts a {
	margin-bottom: 15px;
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
}

.wpb_widgetised_column .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image, .wpb_widgetised_column .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-text, aside.eltdf-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image, aside.eltdf-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-text {
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.wpb_widgetised_column .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image, aside.eltdf-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image {
	width: 110px;
}

.wpb_widgetised_column .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image img, aside.eltdf-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-image img {
	display: block;
}

.wpb_widgetised_column .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-text, aside.eltdf-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-text {
	padding-left: 19px;
	width: calc(100% - 136px);
}

.wpb_widgetised_column .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-title, aside.eltdf-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-title {
	margin: 0 0 3px;
}

.wpb_widgetised_column .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-date, aside.eltdf-sidebar .widget.eltdf-recent-post-widget .eltdf-recent-posts .eltdf-rp-date {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
}

.wpb_widgetised_column .widget.eltdf-author-info-widget, aside.eltdf-sidebar .widget.eltdf-author-info-widget {
	border-bottom: 1px solid #000;
	padding: 0 0 34px;
	text-align: center;
}

.wpb_widgetised_column .widget.eltdf-author-info-widget .eltdf-aiw-image, aside.eltdf-sidebar .widget.eltdf-author-info-widget .eltdf-aiw-image {
	display: block;
	margin: 0 0 22px;
}

.wpb_widgetised_column .widget.eltdf-author-info-widget .eltdf-aiw-image img, aside.eltdf-sidebar .widget.eltdf-author-info-widget .eltdf-aiw-image img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.wpb_widgetised_column .widget.eltdf-author-info-widget .eltdf-aiw-name, aside.eltdf-sidebar .widget.eltdf-author-info-widget .eltdf-aiw-name {
	margin: 0 0 1px;
}

.wpb_widgetised_column .widget.eltdf-author-info-widget .eltdf-aiw-position, aside.eltdf-sidebar .widget.eltdf-author-info-widget .eltdf-aiw-position {
	margin: 0 0 0 .3em;
}

.eltdf-top-bar .widget {
	color: #fff;
}

.eltdf-top-bar .widget a {
	color: #fff;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.eltdf-top-bar .widget a:hover {
	color: inherit;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.eltdf-owl-custom-slider .animated, .eltdf-owl-slider .animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
}

@-webkit-keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
}

@keyframes pulse {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
}

@keyframes rubberBand {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
}

@keyframes tada {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	from, to {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
}

@keyframes wobble {
	from, to {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	11.1%, from, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.39063deg) skewY(.39063deg);
		transform: skewX(.39063deg) skewY(.39063deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg);
	}
}

@keyframes jello {
	11.1%, from, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.39063deg) skewY(.39063deg);
		transform: skewX(.39063deg) skewY(.39063deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.flipInY, .flipOutX {
	-webkit-backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

#ui-datepicker-div {
	width: 260px;
	z-index: 1000 !important;
}

#ui-datepicker-div .ui-widget-header {
	background-color: #000;
	border-color: #000;
	padding: 10px 25px;
	position: relative;
}

#ui-datepicker-div .ui-widget-header>* {
	color: #fff;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next, #ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before, #ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before {
	display: block;
	font-family: linea-arrows-10;
	font-size: 20px;
	vertical-align: middle;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon, #ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
	display: none;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
	left: 20px;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before {
	content: "";
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
	right: 20px;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before {
	content: "";
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar {
	background-color: #fff;
}

.eltdf-owl-slider {
	position: relative;
	display: none;
	width: 100%;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}

.eltdf-owl-slider.owl-loaded {
	display: block;
}

.eltdf-owl-slider.owl-loading {
	opacity: 0;
	display: block;
}

.eltdf-owl-slider.owl-hidden {
	opacity: 0;
}

.eltdf-owl-slider.owl-refresh .owl-item {
	visibility: hidden;
}

.eltdf-owl-slider.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eltdf-owl-slider.owl-grab {
	cursor: move;
	cursor: grab;
}

.eltdf-owl-slider.owl-rtl .owl-item {
	float: right;
}

.no-js .eltdf-owl-slider {
	display: block;
}

.eltdf-owl-slider .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.eltdf-owl-slider .owl-stage:after {
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.eltdf-owl-slider .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.eltdf-owl-slider .owl-item, .eltdf-owl-slider .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.eltdf-owl-slider .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
}

.eltdf-owl-slider .owl-item img {
	display: block;
	width: 100%;
}

.eltdf-owl-slider .owl-dots.disabled, .eltdf-owl-slider .owl-nav.disabled, .ps__rail-x, .ps__rail-y {
	display: none;
}

.eltdf-owl-slider .owl-item img .owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.eltdf-owl-slider .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.eltdf-owl-slider .owl-nav .owl-next, .eltdf-owl-slider .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eltdf-owl-slider .owl-dots .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eltdf-owl-slider .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.eltdf-owl-slider .owl-animated-in {
	z-index: 0;
}

.eltdf-owl-slider .owl-animated-out {
	z-index: 1;
}

.eltdf-owl-slider .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.owl-height {
	transition: height .5s ease-in-out;
}

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

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

.ps__rail-x {
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0;
	position: absolute;
}

.ps__rail-y {
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute;
}

.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent;
}

.ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y, .ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y {
	opacity: 0;
}

.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	background-color: #eee;
	opacity: 0;
}

.ps__thumb-x, .ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	position: absolute;
}

.ps__thumb-x {
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
}

.ps__thumb-y {
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
}

.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x, .ps__rail-x:hover>.ps__thumb-x {
	background-color: #999;
	height: 11px;
}

.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y:hover>.ps__thumb-y {
	background-color: #999;
	width: 11px;
}

@supports (-ms-overflow-style:none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.ps {
		overflow: auto !important;
	}
}

body .pp_pic_holder {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	display: none;
	width: 100px;
	z-index: 10001 !important;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width:768px) {
	body .pp_pic_holder {
		width: 90% !important;
	}
}

body .pp_pic_holder.pp_pic_have_only_one .pp_details {
	display: none;
}

body .pp_pic_holder .pp_bottom, body .pp_pic_holder .pp_top {
	display: none !important;
}

body .pp_pic_holder .pp_content {
	position: relative;
	background: 0 0;
	margin: 0 auto;
	height: 40px;
	min-width: 40px;
	width: 100%;
}

@media only screen and (max-width:768px) {
	body .pp_pic_holder .pp_content {
		width: 100% !important;
	}
}

* html body .pp_pic_holder .pp_content {
	width: 40px;
}

body .pp_pic_holder .pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

body .pp_pic_holder .pp_content_container .pp_left, body .pp_pic_holder .pp_content_container .pp_right {
	background: 0 0 !important;
	padding: 0 !important;
}

body .pp_pic_holder #pp_full_res {
	line-height: 1 !important;
}

body .pp_pic_holder #pp_full_res .pp_inline {
	color: #000;
	text-align: left;
}

body .pp_pic_holder #pp_full_res .pp_inline p {
	margin: 0 0 15px;
}

body .pp_pic_holder #pp_full_res iframe {
	width: 100% !important;
}

body .pp_pic_holder #pp_full_res video {
	width: 100%;
}

body .pp_pic_holder #pp_full_res img {
	display: block;
}

@media only screen and (max-width:768px) {
	body .pp_pic_holder #pp_full_res img {
		width: 100% !important;
		height: auto !important;
	}
}

body .pp_pic_holder .pp_description, body .pp_pic_holder .pp_gallery, body .pp_pic_holder .ppt {
	display: none !important;
}

body .pp_pic_holder .pp_loaderIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background-color: #fff;
	border-radius: 16px;
	-webkit-animation: scaleout 1s infinite ease-in-out;
	animation: scaleout 1s infinite ease-in-out;
}

body .pp_pic_holder .pp_fade {
	position: relative;
	top: 50%;
	display: none;
	-webkit-transform: translateY(-50%) translateZ(0);
	-moz-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
}

body .pp_pic_holder .pp_details {
	position: relative;
	top: -1px;
	display: table;
	vertical-align: top;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 15px 24px;
	background-color: #fff;
	box-sizing: border-box;
}

body .pp_pic_holder .pp_details .pp_nav {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: auto;
	float: none;
	margin: 0 !important;
}

body .pp_pic_holder .pp_details .pp_nav .pp_pause, body .pp_pic_holder .pp_details .pp_nav .pp_play {
	display: none;
}

body .pp_pic_holder .pp_details .pp_nav .currentTextHolder {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	color: #000;
	font-family: inherit;
	font-size: inherit;
	line-height: 30px;
	font-style: inherit;
	letter-spacing: 5px;
}

body .pp_pic_holder a:focus {
	outline: 0;
}

body .pp_pic_holder a.pp_arrow_next, body .pp_pic_holder a.pp_arrow_previous {
	position: relative;
	display: inline-block;
	vertical-align: top;
	left: auto !important;
	float: none;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	color: #000;
	font-family: Linearicons-Free;
	font-size: 0;
	line-height: 1;
	text-indent: 0;
	background: 0 0 !important;
	opacity: 1 !important;
	overflow: visible;
}

body .pp_pic_holder a.pp_arrow_next:after, body .pp_pic_holder a.pp_arrow_previous:after {
	font-size: 30px;
}

body .pp_pic_holder a.pp_arrow_next:hover, body .pp_pic_holder a.pp_arrow_previous:hover {
	color: #000;
}

body .pp_pic_holder a.pp_arrow_previous:after {
	content: "";
}

body .pp_pic_holder a.pp_arrow_next {
	margin: 0 0 0 14px !important;
}

body .pp_pic_holder a.pp_arrow_next:after {
	content: "";
}

body .pp_pic_holder a.pp_next, body .pp_pic_holder a.pp_previous {
	position: absolute;
	top: calc(50% - 20px);
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0 !important;
	background: 0 0 !important;
	color: #000;
	font-family: Linearicons-Free;
	font-size: 40px;
	line-height: 1;
	text-indent: -9999px !important;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out, color .2s ease-out;
	-moz-transition: opacity .2s ease-out, color .2s ease-out;
	transition: opacity .2s ease-out, color .2s ease-out;
}

body .pp_pic_holder a.pp_next>*, body .pp_pic_holder a.pp_previous>* {
	display: none;
}

body .pp_pic_holder a.pp_next:after, body .pp_pic_holder a.pp_previous:after {
	display: block;
	line-height: inherit;
	text-indent: 0 !important;
}

body .pp_pic_holder a.pp_close, body .pp_pic_holder a.pp_expand {
	height: auto;
	width: auto;
	font-size: 0;
	line-height: 1;
	text-indent: 0;
	background: 0 0 !important;
	font-family: Ionicons;
}

body .pp_pic_holder a.pp_next:hover, body .pp_pic_holder a.pp_previous:hover {
	color: rgba(0, 0, 0, .8);
}

body .pp_pic_holder a.pp_previous {
	left: 30px;
}

body .pp_pic_holder a.pp_previous:after {
	content: "";
}

body .pp_pic_holder a.pp_next {
	right: 30px;
}

@media only screen and (max-width:768px) {
	body .pp_pic_holder a.pp_previous {
		left: 20px;
	}
	
	body .pp_pic_holder a.pp_next {
		right: 20px;
	}
}

body .pp_pic_holder a.pp_next:after {
	content: "";
}

body .pp_pic_holder a.pp_close {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	margin: 0 !important;
	color: #000;
	cursor: pointer;
	opacity: 1 !important;
}

body .pp_pic_holder a.pp_close:hover {
	color: #000;
}

body .pp_pic_holder a.pp_expand {
	position: absolute;
	right: -22px;
	top: -18px;
	display: block;
	color: #fff;
	text-align: center;
	z-index: 2001;
}

body .pp_pic_holder a.pp_expand:after {
	content: "";
	font-size: 22px;
}

body .pp_pic_holder a.pp_expand:hover {
	color: rgba(255, 255, 255, .8);
}

body .pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

@media only screen and (max-width:768px) {
	body .pp_hoverContainer {
		width: 100% !important;
		height: calc(100% - 60px) !important;
	}
}

body .pp_hoverContainer:hover a.pp_next, body .pp_hoverContainer:hover a.pp_previous {
	opacity: 1;
}

body .pp_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	background-color: #000;
	z-index: 10000 !important;
}

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

body .select2-container--default {
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	height: 53px;
	line-height: calc(53px - 2px);
	margin: 0 0 19px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: auto;
}

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

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

body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding: 0 20px 0 30px;
}

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

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

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
	padding: 0 20px 0 30px;
}

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin: 7px auto 0 5px;
}

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin: 0 auto 0 3px;
}

body .select2-container--default.select2-container--open .select2-selection--single {
	color: #7e7e7e;
}

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

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
	border-bottom-color: transparent;
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
	border-top-color: transparent;
}

body .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: inherit;
	height: 53px;
	line-height: 51px;
	padding: 0;
	user-select: none;
	-webkit-user-select: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	box-sizing: border-box;
	color: inherit;
	display: block;
	line-height: inherit;
	overflow: hidden;
	padding: 0 25px 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: inherit;
	margin: 0;
	position: relative;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: inherit;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	color: inherit;
	height: 100%;
	line-height: 53px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 53px;
	font-size: 10px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: "";
	font-family: IonIcons;
	font-style: normal;
}

body .select2-container--default .select2-selection--multiple {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: inherit;
	height: 53px;
	line-height: 51px !important;
	outline: 0;
	padding: 0;
	user-select: none;
	-webkit-user-select: none;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	color: inherit;
	display: block;
	line-height: inherit;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0 30px 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
	color: inherit;
	float: left;
	margin: 0;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: inherit;
	margin: 0;
	position: relative;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	background-color: #000;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: default;
	float: left;
	line-height: 41px;
	margin: 5px 5px 0 0;
	padding: 0 10px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin: 0 3px 0 0;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
	color: inherit;
	opacity: .8;
}

body .select2-container--default .select2-search--inline {
	float: left;
	line-height: 51px !important;
}

body .select2-container--default .select2-search--inline .select2-search__field {
	border: none !important;
	box-sizing: border-box;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 51px !important;
	margin: 0 !important;
	outline: 0;
	padding: 0 !important;
	width: 100%;
	-webkit-appearance: none;
}

body .select2-container--default .select2-search--inline .select2-search__field:focus {
	border-color: #000;
}

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

body .select2-container--default .select2-dropdown {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	left: -100000px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1051;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected], body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
	background: 0 0;
	color: #7e7e7e;
}

body .select2-container--default .select2-search--dropdown {
	display: block;
	padding: 14px 15px 2px;
}

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

body .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #000;
	box-sizing: border-box;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 20px;
	margin: 0;
	outline: 0;
	padding: 4px 8px;
	width: 100%;
	-webkit-appearance: none;
}

.eltdf-blog-holder article .eltdf-post-info-top .eltdf-day, .eltdf-title-holder.eltdf-transparent-outline-type .eltdf-page-title {
	font-weight: 700 !important;
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	-webkit-text-fill-color: transparent;
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: #000;
}

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

body .select2-container--default .select2-results {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

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

body .select2-container--default .select2-results__options {
	list-style: none;
	margin: 5px 0;
	padding: 2px 15px;
	position: relative;
}

body .select2-container--default .select2-results__option {
	line-height: 1em;
	padding: 7px 0;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	transition: color .2s ease-out;
	user-select: none;
	-webkit-user-select: none;
}

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

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

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

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

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

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

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

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

body .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;
}

body .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;
}

body .select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 7px 0;
}

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

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

.widget_icl_lang_sel_widget {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.widget_icl_lang_sel_widget img {
	position: relative;
	display: inline-block !important;
	vertical-align: middle;
	top: -1px;
	padding-right: 6px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	text-align: left;
	box-sizing: border-box;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
	padding: 0;
	margin: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	position: relative;
	display: block;
	padding: 9px 20px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
	color: #595959;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
	content: "3";
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	display: block;
	font-family: ElegantIcons;
	font-size: 15px;
	line-height: 1;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 14px 20px;
	margin: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #000;
	border-top: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-transition: visibility 0s linear .25s, opacity .25s ease-in-out;
	-moz-transition: visibility 0s linear .25s, opacity .25s ease-in-out;
	transition: visibility 0s linear .25s, opacity .25s ease-in-out;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
	display: block;
	padding: 7px 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 5px 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a, .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
	display: block;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
	margin-right: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	display: block;
	margin: 0;
	padding: 5px 0;
}

.eltdf-page-footer .widget_icl_lang_sel_widget, .eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click, .eltdf-side-menu .widget_icl_lang_sel_widget, .eltdf-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .eltdf-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click, .eltdf-vertical-menu-area .widget_icl_lang_sel_widget, .eltdf-vertical-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .eltdf-vertical-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click, .wpb_widgetised_column .widget_icl_lang_sel_widget, .wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click, aside.eltdf-sidebar .widget_icl_lang_sel_widget, aside.eltdf-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, aside.eltdf-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 100%;
}

.eltdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .eltdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 140px;
}

.eltdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, .eltdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	padding: 0;
	line-height: 46px;
	color: #fff;
	background-color: transparent;
	border: 0;
}

.eltdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, .eltdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
	right: 0;
}

.eltdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-bottom: 0;
}

.eltdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.eltdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child {
	margin-right: 0;
}

.eltdf-footer-top-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li, .eltdf-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li, .eltdf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.eltdf-footer-top-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child, .eltdf-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child, .eltdf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child {
	margin-right: 0;
}

.eltdf-main-menu>ul>li.menu-item-language.has_sub>a>span.item_outer .item_text:after {
	content: "3";
	position: absolute;
	right: -15px;
	top: 0;
	font-family: ElegantIcons;
	font-size: 15px;
}

.eltdf-main-menu>ul>li.menu-item-language a>span.item_outer .item_text {
	position: relative;
	display: table;
}

.eltdf-main-menu>ul>li.menu-item-language a>span.item_outer .item_text>* {
	display: table-cell;
	vertical-align: middle;
}

.eltdf-blog-holder, .eltdf-blog-holder article, .eltdf-blog-holder article .eltdf-post-content {
	display: inline-block;
	width: 100%;
	position: relative;
	vertical-align: middle;
}

.eltdf-main-menu>ul>li.menu-item-language a>span.item_outer .item_text img {
	padding: 5px 6px 0 0;
}

.eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, .eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, .eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
	color: rgba(255, 255, 255, .8);
}

.eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	background-color: #363636;
}

.eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, .eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
	color: #fff;
}

.eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, .eltdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
	color: rgba(255, 255, 255, .8);
}

.eltdf-blog-holder {
	box-sizing: border-box;
	margin: 0 0 68px;
}

.eltdf-blog-holder article {
	box-sizing: border-box;
}

.eltdf-blog-holder article.sticky .eltdf-post-title a {
	color: #595959;
}

.eltdf-blog-holder article.sticky .eltdf-post-title a:after {
	content: "";
	font-family: IonIcons;
}

.eltdf-blog-holder article.eltdf-post-has-media .eltdf-post-heading, .eltdf-blog-holder article.has-post-thumbnail .eltdf-post-heading {
	margin-bottom: 43px;
}

.eltdf-blog-holder article .eltdf-post-info-top {
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
	margin: 0 0 43px;
}

.eltdf-blog-holder article .eltdf-post-info-top .eltdf-post-info-top-left, .eltdf-blog-holder article .eltdf-post-info-top .eltdf-post-info-top-right {
	display: table-cell;
	vertical-align: middle;
}

.eltdf-blog-holder article .eltdf-post-info-top .eltdf-post-info-top-left {
	border-right: 1px solid #000;
	padding: 10px 25px;
	width: 1%;
}

.eltdf-blog-holder article .eltdf-post-info-top .eltdf-post-info-top-right {
	padding: 10px 0 10px 40px;
	width: 99%;
}

.eltdf-blog-holder article .eltdf-post-info-top .eltdf-post-title {
	margin: 0 0 5px;
}

.eltdf-blog-holder article .eltdf-post-info-top .eltdf-day {
	margin: 0 0 5px;
	text-align: center;
	font-size: 40px;
	font-family: Montserrat, sans-serif;
	letter-spacing: -.015em;
	line-height: 1.175em;
	color: currentColor;
}

.eltdf-blog-holder article .eltdf-post-info-top .eltdf-day>* {
	font-weight: 700;
}

.eltdf-blog-holder article .eltdf-post-info-top .eltdf-month, .eltdf-blog-holder article .eltdf-post-info-top .eltdf-post-info-category {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
}

.eltdf-blog-holder article .eltdf-post-image {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: middle;
}

.eltdf-blog-holder article .eltdf-post-image img {
	display: block;
}

.eltdf-blog-holder article .eltdf-post-image-background {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	background-position: center;
	background-size: cover;
	height: 100%;
}

.eltdf-blog-holder article .eltdf-post-image-background a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.eltdf-blog-holder article .eltdf-post-image-icon {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 20px;
}

.eltdf-blog-holder article .eltdf-post-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
}

.eltdf-blog-holder article .eltdf-post-excerpt-holder {
	margin: 0 0 30px;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-blog-holder article .eltdf-post-excerpt-holder p {
	margin: 0;
}

.eltdf-blog-holder article .eltdf-post-excerpt:after {
	content: "...";
}

.eltdf-blog-holder article .eltdf-more-link-container {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 15px 0 0;
}

.eltdf-blog-holder article .eltdf-post-info-bottom {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	border-top: 1px solid #000;
	padding-top: 18px;
}

.eltdf-blog-holder article.format-link .eltdf-post-text, .eltdf-blog-holder article.format-quote .eltdf-post-text {
	border: 1px solid #000;
	padding: 67px;
}

.eltdf-blog-holder article .eltdf-post-info-bottom .eltdf-post-info-bottom-left, .eltdf-blog-holder article .eltdf-post-info-bottom .eltdf-post-info-bottom-right {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

@media only screen and (min-width:769px) {
	.eltdf-grid-list.eltdf-three-columns .eltdf-item-space:nth-child(3n+1) {
		clear: both;
	}
	
	.eltdf-blog-holder article .eltdf-post-info-bottom .eltdf-post-info-bottom-left, .eltdf-blog-holder article .eltdf-post-info-bottom .eltdf-post-info-bottom-right {
		width: 50%;
	}
	
	.eltdf-blog-holder article .eltdf-post-info-bottom .eltdf-post-info-bottom-left {
		float: left;
		font-family: Inconsolata, sans-serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: .3em;
		line-height: 1.714em;
		text-transform: uppercase;
	}
	
	.eltdf-blog-holder article .eltdf-post-info-bottom .eltdf-post-info-bottom-right {
		text-align: right;
		float: right;
	}
}

.eltdf-blog-holder article.format-link .eltdf-post-mark .eltdf-link-mark, .eltdf-blog-holder article.format-quote .eltdf-post-mark .eltdf-quote-mark {
	font-size: 35px;
}

.eltdf-blog-holder article.format-link .eltdf-post-mark {
	margin: 0 0 18px;
}

.eltdf-blog-holder article.format-link .eltdf-post-title {
	line-height: 1.6em;
	margin: 0;
}

.eltdf-blog-holder article.format-quote .eltdf-post-mark {
	margin: 0 0 18px;
}

.eltdf-blog-holder article.format-quote .eltdf-post-title {
	line-height: 1.6em;
	margin: 0;
}

.eltdf-blog-holder article.format-quote .eltdf-quote-author {
	display: inline-block;
	margin-top: 16px;
}

.eltdf-blog-holder article.format-gallery .eltdf-post-image {
	width: 100%;
}

.eltdf-blog-holder article.format-gallery .owl-carousel .owl-item {
	z-index: 2;
}

.eltdf-blog-holder article.format-gallery .owl-carousel .owl-item.active {
	z-index: 3;
}

.eltdf-blog-holder article.format-audio.has-post-thumbnail .eltdf-post-heading {
	position: relative;
}

.eltdf-blog-holder article.format-audio.has-post-thumbnail .eltdf-blog-audio-holder {
	bottom: 0;
	display: inline-block;
	left: 0;
	position: absolute;
	vertical-align: middle;
	width: 100%;
}

.eltdf-blog-holder article.format-audio .eltdf-post-image {
	max-width: inherit;
	width: 100%;
}

.eltdf-blog-holder article.format-audio .eltdf-post-image img {
	width: 100%;
}

.eltdf-blog-holder article.format-video .eltdf-self-hosted-video {
	max-width: 100%;
}

.eltdf-blog-holder article .post-password-form p:first-child {
	margin-top: 0;
}

.eltdf-blog-holder article .post-password-form p:last-child {
	margin-bottom: 0;
}

.eltdf-blog-audio-holder .mejs-container, .eltdf-blog-audio-holder .mejs-container .mejs-controls, .eltdf-blog-audio-holder .mejs-embed, .eltdf-blog-audio-holder .mejs-embed body, .eltdf-blog-video-holder .mejs-container, .eltdf-blog-video-holder .mejs-container .mejs-controls, .eltdf-blog-video-holder .mejs-embed, .eltdf-blog-video-holder .mejs-embed body {
	background: 0 0;
}

.eltdf-blog-audio-holder .mejs-container, .eltdf-blog-audio-holder .mejs-container .mejs-controls, .eltdf-blog-video-holder .mejs-container, .eltdf-blog-video-holder .mejs-container .mejs-controls {
	height: 40px !important;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls, .eltdf-blog-video-holder .mejs-container .mejs-controls {
	background: #000;
	box-sizing: border-box;
	font-family: Montserrat, sans-serif;
	padding: 0;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls .mejs-button, .eltdf-blog-video-holder .mejs-container .mejs-controls .mejs-button {
	height: 40px;
	width: 40px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls button, .eltdf-blog-video-holder .mejs-container .mejs-controls button {
	background-color: transparent;
	background-image: none;
	border: 0;
	height: 40px;
	margin: 0;
	outline: 0;
	position: relative;
	top: 0;
	width: 40px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls button.nitro-lazy, .eltdf-blog-video-holder .mejs-container .mejs-controls button.nitro-lazy {
	background-image: none !important;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls button:before, .eltdf-blog-video-holder .mejs-container .mejs-controls button:before {
	color: #fff;
	display: block;
	font-family: ElegantIcons;
	font-size: 15px;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-broadcast, .eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider .mejs-volume-handle, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-broadcast, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider .mejs-volume-handle {
	display: none;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-play button:before, .eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-replay button:before, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-play button:before, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-replay button:before {
	content: "E";
	font-size: 25px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-pause button:before, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-pause button:before {
	content: "`";
	font-size: 25px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-stop button:before, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-stop button:before {
	content: "^";
	font-size: 25px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-mute button:before, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-mute button:before {
	content: "y";
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-unmute button:before, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-unmute button:before {
	content: "x";
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider {
	background: rgba(0, 0, 0, .7);
	height: 86px;
	width: 36px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider .mejs-volume-total, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider .mejs-volume-total {
	background: #fff;
	top: 15px;
	width: 6px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider .mejs-volume-current, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-volume-button>a.mejs-volume-slider .mejs-volume-current {
	background-color: #595959;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider, .eltdf-blog-video-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider {
	height: 40px;
	margin-right: 20px;
	width: 56px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .eltdf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .eltdf-blog-video-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .eltdf-blog-video-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	height: 6px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .eltdf-blog-video-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #fff;
	top: 17px;
	width: 56px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .eltdf-blog-video-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background-color: #595959;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	height: 100%;
	line-height: 40px;
	padding: 0 20px;
	width: 40px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time>*, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time>* {
	font-family: inherit;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail {
	font-family: inherit;
	height: 6px;
	margin: 0;
	padding: 0;
	top: 17px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total {
	background: rgba(255, 255, 255, .7);
	display: block !important;
	height: 6px;
	margin: 0;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total span, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total span {
	height: 6px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-buffering, .eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered, .eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-marker, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-buffering, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-marker {
	background: 0 0;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-loaded, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-loaded {
	background: #fff;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-current, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-current {
	background: #595959;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered {
	background: rgba(89, 89, 89, .7);
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float, .eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float-corner, .eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float-current, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float-corner, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float-current {
	background: 0 0;
	border: 0;
	color: #fff;
	top: -20px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-handle, .eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-handle-content, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-handle, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-handle-content {
	border: none;
	height: 6px;
	left: 0;
	top: 0;
	width: 6px;
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-fullscreen-button button:before, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-fullscreen-button button:before {
	content: "0";
}

.eltdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-fullscreen-button.mejs-unfullscreen button:before, .eltdf-blog-video-holder .mejs-container .mejs-controls>.mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: "/";
}

.eltdf-self-hosted-video-holder {
	overflow: hidden;
}

.eltdf-self-hosted-video-holder video {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.eltdf-blog-pagination-wp {
	display: none;
}

.eltdf-blog-pagination, .eltdf-blog-pagination ul, .eltdf-blog-pagination ul li {
	display: inline-block;
	vertical-align: top;
}

.eltdf-blog-pagination {
	position: relative;
	width: 100%;
	margin: -14px 0 0;
}

.eltdf-blog-pagination ul {
	width: 100%;
	padding: 0;
	position: relative;
	margin: 0;
	list-style: none;
	text-align: center;
}

.eltdf-blog-pagination ul li {
	margin: 0 21px;
	font-family: Inconsolata, sans-serif;
}

.eltdf-blog-pagination ul li a, .eltdf-blog-pagination ul li span {
	width: 22px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.eltdf-blog-pagination ul li a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.eltdf-blog-pagination ul li a:hover {
	opacity: .8;
}

.eltdf-blog-pagination ul li.eltdf-pag-active a {
	border-bottom: 1px solid #000;
}

.eltdf-blog-pagination ul li.eltdf-pag-next, .eltdf-blog-pagination ul li.eltdf-pag-prev {
	margin: 0;
}

.eltdf-blog-pagination ul li.eltdf-pag-next a, .eltdf-blog-pagination ul li.eltdf-pag-prev a {
	font-size: 18px;
	position: absolute;
}

.eltdf-blog-pagination ul li.eltdf-pag-next a span, .eltdf-blog-pagination ul li.eltdf-pag-prev a span {
	display: block;
	font-size: inherit;
	line-height: inherit;
}

.eltdf-blog-pagination ul li.eltdf-pag-next a span:before, .eltdf-blog-pagination ul li.eltdf-pag-prev a span:before {
	display: block;
	line-height: inherit;
}

.eltdf-blog-pagination ul li.eltdf-pag-next a:hover, .eltdf-blog-pagination ul li.eltdf-pag-prev a:hover {
	border: none;
	color: #595959;
}

.eltdf-blog-pagination ul li.eltdf-pag-prev a {
	left: 0;
}

.eltdf-blog-pagination ul li.eltdf-pag-next a {
	right: 0;
}

.eltdf-blog-list-holder.eltdf-bl-pag-standard-shortcodes .eltdf-blog-list {
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.eltdf-blog-list-holder.eltdf-bl-pag-standard-shortcodes.eltdf-bl-pag-standard-shortcodes-animate .eltdf-blog-list {
	opacity: 0;
}

.eltdf-bl-standard-pagination {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 40px 0 0;
}

.eltdf-bl-standard-pagination ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0;
	position: relative;
	margin: 0;
	list-style: none;
	text-align: center;
}

.eltdf-bl-standard-pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 21px;
	font-family: Inconsolata, sans-serif;
}

.eltdf-bl-standard-pagination ul li a, .eltdf-bl-standard-pagination ul li span {
	width: 22px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.eltdf-bl-standard-pagination ul li a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.eltdf-bl-standard-pagination ul li a:hover {
	opacity: .8;
}

.eltdf-bl-standard-pagination ul li.eltdf-pag-active a {
	border-bottom: 1px solid #000;
}

.eltdf-bl-standard-pagination ul li.eltdf-pag-next, .eltdf-bl-standard-pagination ul li.eltdf-pag-prev {
	margin: 0;
}

.eltdf-bl-standard-pagination ul li.eltdf-pag-next a, .eltdf-bl-standard-pagination ul li.eltdf-pag-prev a {
	font-size: 18px;
	position: absolute;
}

.eltdf-bl-standard-pagination ul li.eltdf-pag-next a span, .eltdf-bl-standard-pagination ul li.eltdf-pag-prev a span {
	display: block;
	font-size: inherit;
	line-height: inherit;
}

.eltdf-bl-standard-pagination ul li.eltdf-pag-next a span:before, .eltdf-bl-standard-pagination ul li.eltdf-pag-prev a span:before {
	display: block;
	line-height: inherit;
}

.eltdf-bl-standard-pagination ul li.eltdf-pag-next a:hover, .eltdf-bl-standard-pagination ul li.eltdf-pag-prev a:hover {
	border: none;
	color: #595959;
}

.eltdf-bl-standard-pagination ul li.eltdf-pag-prev a {
	left: 0;
	opacity: 0;
}

.eltdf-bl-standard-pagination ul li.eltdf-pag-next a {
	right: 0;
	opacity: 1;
}

.eltdf-blog-pag-load-more {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 40px 0 30px;
	text-align: center;
}

.eltdf-blog-pag-loading {
	color: #000;
	display: none;
	margin: 40px 0 20px;
	position: relative;
	text-align: center;
	width: 100%;
}

.eltdf-blog-pag-loading.eltdf-standard-pag-trigger {
	left: 0;
	position: absolute;
	top: 50px;
}

.eltdf-blog-pag-loading.eltdf-showing {
	display: block;
}

.eltdf-blog-pag-loading>div {
	background-color: #000;
	border-radius: 100%;
	display: inline-block;
	height: 14px;
	margin: 0 3px;
	position: relative;
	vertical-align: middle;
	width: 14px;
	-webkit-animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
	-moz-animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
	animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
}

.eltdf-blog-pag-loading .eltdf-blog-pag-bounce1 {
	animation-delay: -.32s;
	-moz-animation-delay: -.32s;
	-webkit-animation-delay: -.32s;
}

.eltdf-blog-pag-loading .eltdf-blog-pag-bounce2 {
	animation-delay: -.16s;
	-moz-animation-delay: -.16s;
	-webkit-animation-delay: -.16s;
}

@-webkit-keyframes bl-pag-bouncedelay {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bl-pag-bouncedelay {
	0%, 100%, 80% {
		-moz-transform: scale(0);
	}
	
	40% {
		-moz-transform: scale(1);
	}
}

@keyframes bl-pag-bouncedelay {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.eltdf-blog-holder.eltdf-blog-standard article {
	margin: 0 0 110px;
	padding: 0;
}

.eltdf-author-description {
	margin: 0 0 83px;
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
}

.eltdf-author-description .eltdf-author-content, .eltdf-author-description .eltdf-author-image {
	box-sizing: border-box;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.eltdf-author-description .eltdf-author-image {
	padding-right: 45px;
	width: calc(148px + 45px);
	border-right: 1px solid #000;
}

.eltdf-author-description .eltdf-author-image img {
	border-radius: 50%;
	display: block;
	width: 148px;
}

.eltdf-author-description .eltdf-author-content {
	padding-left: 45px;
	width: calc(100% - 148px - ( 45px * 2 ));
}

.eltdf-author-description .eltdf-author-content .eltdf-author-social-icons, .eltdf-author-description .eltdf-author-content .eltdf-author-text {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.eltdf-author-description .eltdf-author-content .eltdf-author-name {
	margin: 0;
}

.eltdf-author-description .eltdf-author-content .eltdf-author-text>p {
	margin: 3px 0;
}

.eltdf-author-description .eltdf-author-content .eltdf-author-email {
	margin: 0 0 3px;
}

.eltdf-author-description .eltdf-author-content .eltdf-author-social-icons a {
	display: inline-block;
	font-size: 14px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}

@media only screen and (max-width:680px) {
	.eltdf-author-description, .eltdf-author-description .eltdf-author-content {
		display: block;
	}
	
	.eltdf-author-description .eltdf-author-image {
		border: none;
		display: block;
		padding: 0 0 35px;
		width: auto;
	}
	
	.eltdf-author-description .eltdf-author-content {
		padding-left: 0;
		width: 100%;
	}
}

.eltdf-blog-single-nav {
	height: 195px;
	margin: 0 0 12px;
	padding: 20px 0;
	position: relative;
	text-align: center;
}

.eltdf-blog-single-nav:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 235px;
	content: "";
	display: block;
	background: #000;
	z-index: -1;
}

.eltdf-blog-single-nav .eltdf-blog-next, .eltdf-blog-single-nav .eltdf-blog-prev {
	height: 195px;
	position: absolute;
	top: 20px;
}

.eltdf-blog-single-nav .eltdf-blog-next a, .eltdf-blog-single-nav .eltdf-blog-prev a {
	display: table;
	height: 195px;
}

.eltdf-blog-single-nav .eltdf-blog-next a img, .eltdf-blog-single-nav .eltdf-blog-prev a img {
	display: table-cell;
	height: 195px;
	vertical-align: top;
	width: 160px;
}

.eltdf-blog-single-nav .eltdf-blog-next a .eltdf-nav-item, .eltdf-blog-single-nav .eltdf-blog-prev a .eltdf-nav-item {
	display: table-cell;
	height: 195px;
	vertical-align: middle;
	width: auto;
}

.eltdf-blog-single-nav .eltdf-blog-next a .eltdf-nav-item h6, .eltdf-blog-single-nav .eltdf-blog-prev a .eltdf-nav-item h6 {
	color: #000;
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	margin: 1px 0 0;
}

.eltdf-blog-single-nav .eltdf-blog-next a .eltdf-nav-item span, .eltdf-blog-single-nav .eltdf-blog-prev a .eltdf-nav-item span {
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	display: inline-block;
}

.eltdf-blog-single-nav .eltdf-blog-next:hover a .eltdf-nav-item h6, .eltdf-blog-single-nav .eltdf-blog-prev:hover a .eltdf-nav-item h6, .eltdf-single-links-pages .eltdf-single-links-pages-inner>span {
	color: #595959;
}

.eltdf-blog-list-holder .eltdf-bli-info, .eltdf-blog-slider-holder .eltdf-bsi-info, .wp-block-button .wp-block-button__link {
	font-family: Inconsolata, sans-serif;
	font-weight: 400;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-size: 14px;
}

.eltdf-blog-single-nav .eltdf-blog-prev {
	left: 0;
	text-align: left;
}

.eltdf-blog-single-nav .eltdf-blog-prev img {
	padding-right: 27px;
}

.eltdf-blog-single-nav .eltdf-blog-prev span {
	padding-right: 16px;
}

.eltdf-blog-single-nav .eltdf-blog-next {
	right: 0;
	text-align: right;
}

.eltdf-blog-single-nav .eltdf-blog-next img {
	padding-left: 27px;
}

.eltdf-blog-single-nav .eltdf-blog-next span {
	padding-left: 16px;
}

.eltdf-single-links-pages {
	margin: 0 0 30px;
}

.eltdf-single-links-pages .eltdf-single-links-pages-inner>a, .eltdf-single-links-pages .eltdf-single-links-pages-inner>span {
	display: inline-block;
	margin: 0 12px 5px 0;
	position: relative;
	vertical-align: middle;
}

.eltdf-single-links-pages .eltdf-single-links-pages-inner>a:hover {
	color: #000;
}

.eltdf-related-posts-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 0 0 75px;
	padding: 0;
	box-sizing: border-box;
}

.eltdf-related-posts-holder .eltdf-related-posts-title {
	margin: 0 0 31px;
	text-align: center;
}

.eltdf-related-posts-holder .eltdf-related-posts-inner {
	margin: 0 -15px;
}

.eltdf-related-posts-holder .eltdf-related-post {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding: 0 15px;
	position: relative;
	vertical-align: middle;
	width: 25%;
}

@media only screen and (max-width:1024px) {
	.eltdf-related-posts-holder .eltdf-related-post {
		margin-bottom: 30px;
		width: 50%;
	}
	
	.eltdf-related-posts-holder .eltdf-related-post:nth-child(2n+1) {
		clear: both;
	}
}

.eltdf-related-posts-holder .eltdf-related-post-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-related-posts-holder .eltdf-related-post-image a {
	display: block;
	overflow: hidden;
	position: relative;
}

.eltdf-related-posts-holder .eltdf-related-post-image a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-related-posts-holder .eltdf-related-post-image a:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-blog-list-holder .eltdf-post-image a:after, .eltdf-blog-list-holder.eltdf-bl-overlay .eltdf-post-image a:after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	left: 20px;
	top: 20px;
	content: "";
}

.eltdf-related-posts-holder .eltdf-related-post-image a img {
	display: block;
	width: 100%;
}

.eltdf-blog-list-holder, .eltdf-blog-list-holder .eltdf-blog-list {
	display: inline-block;
	position: relative;
	width: 100%;
	vertical-align: middle;
}

.eltdf-blog-holder.eltdf-blog-single article {
	margin: 0 0 85px;
}

.eltdf-blog-holder.eltdf-blog-single article .eltdf-post-additional-content, .eltdf-blog-holder.eltdf-blog-single article .eltdf-post-text {
	margin: 0 0 40px;
}

.eltdf-blog-list-holder .eltdf-blog-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eltdf-blog-list-holder .eltdf-bl-item {
	padding: 0;
}

.eltdf-blog-list-holder .eltdf-bli-content {
	box-sizing: border-box;
}

.eltdf-blog-list-holder .eltdf-post-image a {
	overflow: hidden;
	position: relative;
	display: block;
}

.eltdf-blog-list-holder .eltdf-post-image a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-blog-list-holder .eltdf-post-image a:after {
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	transition: all .2s ease-in-out;
}

.eltdf-blog-list-holder .eltdf-post-image img {
	display: block;
}

.eltdf-blog-list-holder .eltdf-post-title {
	margin: 0;
}

.eltdf-blog-list-holder .eltdf-bli-info {
	line-height: 1.714em;
}

.eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-blog-list {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

.eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-bl-item {
	flex: 1 1 50%;
	margin: 0 0 84px;
}

.eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-bli-inner {
	align-items: center;
	display: flex;
}

.eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-post-image {
	flex: 0 1 42%;
}

.eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-bli-content {
	flex: 0 1 58%;
	padding: 7.5% 16% 7.5% 7.5%;
}

@media only screen and (max-width:680px) {
	.eltdf-related-posts-holder .eltdf-related-post {
		width: 100%;
	}
	
	.eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-bli-content {
		padding: 7.5% 0 7.5% 7.5%;
	}
}

.eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-bl-item:nth-child(4n+3) .eltdf-bli-inner, .eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-bl-item:nth-child(4n+4) .eltdf-bli-inner {
	flex-direction: row-reverse;
	text-align: right;
}

.eltdf-bl-loading, .eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-alignment-center {
	text-align: center;
}

.eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-bl-item:nth-child(4n+3) .eltdf-bli-inner .eltdf-bli-content, .eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-bl-item:nth-child(4n+4) .eltdf-bli-inner .eltdf-bli-content {
	padding: 7.5% 7.5% 7.5% 16%;
}

.eltdf-blog-list-holder.eltdf-bl-alternate .eltdf-bli-info {
	margin: 13px 0 0;
}

.eltdf-blog-list-holder.eltdf-bl-overlay .eltdf-bli-inner, .eltdf-blog-list-holder.eltdf-bl-overlay .eltdf-post-image {
	position: relative;
}

.eltdf-blog-list-holder.eltdf-bl-overlay .eltdf-bli-content {
	width: 88%;
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: auto;
	min-width: 200px;
	padding: 20px 39px 22px;
	position: absolute;
	right: 0;
}

@media only screen and (max-width:1024px) {
	.eltdf-blog-list-holder.eltdf-bl-overlay .eltdf-bli-content {
		min-width: 0;
		width: 88%;
	}
}

.eltdf-blog-list-holder.eltdf-bl-overlay .eltdf-bli-info {
	margin: 11px 0 0;
}

.eltdf-blog-list-holder.eltdf-bl-overlay .eltdf-post-image a {
	overflow: hidden;
	position: relative;
}

.eltdf-blog-list-holder.eltdf-bl-overlay .eltdf-post-image a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-blog-list-holder.eltdf-bl-overlay .eltdf-post-image a:after {
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	transition: all .2s ease-in-out;
}

.eltdf-bl-loading {
	position: relative;
	display: none;
	width: 100%;
	margin: 40px 0 20px;
}

.eltdf-bl-loading.eltdf-showing {
	display: block;
}

.eltdf-bl-loading>div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	background-color: #000;
	border-radius: 100%;
	-webkit-animation: bl-bouncedelay 1.4s infinite ease-in-out both;
	-moz-animation: bl-bouncedelay 1.4s infinite ease-in-out both;
	animation: bl-bouncedelay 1.4s infinite ease-in-out both;
}

.eltdf-bl-loading .eltdf-bl-loading-bounce1 {
	-webkit-animation-delay: -.32s;
	-moz-animation-delay: -.32s;
	animation-delay: -.32s;
}

.eltdf-bl-loading .eltdf-bl-loading-bounce2 {
	-webkit-animation-delay: -.16s;
	-moz-animation-delay: -.16s;
	animation-delay: -.16s;
}

@-webkit-keyframes bl-bouncedelay {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bl-bouncedelay {
	0%, 100%, 80% {
		-moz-transform: scale(0);
	}
	
	40% {
		-moz-transform: scale(1);
	}
}

@keyframes bl-bouncedelay {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.eltdf-blog-slider-holder .eltdf-blog-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eltdf-blog-slider-holder .active .eltdf-bsi-content {
	opacity: 1;
}

.eltdf-blog-slider-holder .eltdf-bl-item {
	padding: 0;
}

.eltdf-blog-slider-holder .eltdf-bsi-inner, .eltdf-blog-slider-holder .eltdf-post-image {
	position: relative;
}

.eltdf-blog-slider-holder .eltdf-post-image a {
	display: block;
	overflow: hidden;
	position: relative;
}

.eltdf-blog-slider-holder .eltdf-post-image a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-blog-slider-holder .eltdf-post-image a:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-blog-slider-holder .eltdf-post-image a img {
	display: block;
}

.eltdf-blog-slider-holder .eltdf-bsi-content {
	opacity: 0;
	width: 52%;
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: auto;
	min-width: 200px;
	padding: 20px 39px 22px;
	position: absolute;
	right: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.eltdf-page-footer .eltdf-footer-bottom-holder, .wp-block-button .wp-block-button__link {
	background-color: #000;
	position: relative;
}

@media only screen and (max-width:1024px) {
	.eltdf-blog-slider-holder .eltdf-bsi-content {
		min-width: 0;
		width: 88%;
	}
}

.eltdf-blog-slider-holder .eltdf-post-title {
	margin: 0;
}

.eltdf-blog-slider-holder .eltdf-bsi-info {
	margin: 11px 0 0;
	line-height: 1.714em;
}

@media only screen and (max-width:680px) {
	.eltdf-blog-slider-holder .owl-nav {
		display: none;
	}
}

.eltdf-page-footer, .eltdf-page-footer .eltdf-footer-bottom-holder, .eltdf-page-footer .eltdf-footer-top-holder {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
}

.eltdf-content-bottom .eltdf-content-bottom-inner {
	box-sizing: border-box;
}

.eltdf-content-bottom .eltdf-content-bottom-inner.eltdf-grid {
	padding: 20px 0;
}

.eltdf-content-bottom .eltdf-content-bottom-inner.eltdf-full-width {
	padding: 20px 40px;
}

.eltdf-page-footer {
	position: relative;
	z-index: 100;
}

.no-touch body:not(.error404) .eltdf-page-footer.eltdf-footer-uncover {
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 99;
	-webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	-moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
	transition: left .33s cubic-bezier(.694, .0482, .335, 1);
}

.eltdf-right-side-menu-opened .eltdf-page-footer.eltdf-footer-uncover {
	left: -270px;
}

.eltdf-page-footer .eltdf-footer-top-holder {
	position: relative;
	background-color: #000;
	border-top: 0 solid #000;
}

.eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-alignment-left {
	text-align: left;
}

.eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-alignment-right {
	text-align: right;
}

.eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-inner {
	box-sizing: border-box;
}

.eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-inner.eltdf-grid {
	padding: 120px 0;
}

@media only screen and (max-width:680px) {
	.eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-inner.eltdf-grid {
		padding-bottom: 140px;
	}
}

.eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-inner.eltdf-full-width {
	padding: 120px 40px;
}

.eltdf-page-footer .eltdf-footer-bottom-holder .eltdf-footer-bottom-inner {
	border-top-color: #202020;
	border-top-style: solid;
	box-sizing: border-box;
}

.eltdf-page-footer .eltdf-footer-bottom-holder .eltdf-footer-bottom-inner.eltdf-grid {
	padding: 9px 0 17px;
}

.eltdf-page-footer .eltdf-footer-bottom-holder .eltdf-footer-bottom-inner.eltdf-full-width {
	padding: 10px 40px;
}

.eltdf-page-footer .eltdf-footer-bottom-holder h6 {
	margin: 0;
	line-height: 36px;
}

p.has-background {
	padding: 20px 30px;
}

.wp-block-audio {
	width: 100%;
}

.wp-block-audio audio {
	width: auto;
}

.wp-block-audio.alignleft audio, .wp-block-audio.alignright audio {
	max-width: 50%;
}

.wp-block-audio.aligncenter audio {
	display: block;
	margin: 0 auto;
}

.wp-block-video video {
	width: 100%;
}

.wp-block-button .wp-block-button__link, blockquote.wp-block-pullquote {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	box-sizing: border-box;
}

.wp-block-button .wp-block-button__link {
	line-height: 2em;
	margin: 0;
	transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	padding: 18px 83px;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
}

.wp-block-button .wp-block-button__link .eltdf-btn-text {
	padding-left: .3em;
}

.wp-block-button .wp-block-button__link:hover {
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #595959;
	background-color: transparent;
	border: 1px solid #595959;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #fff;
	background-color: #595959;
	border-color: #595959;
}

.wp-block-archives, .wp-block-categories, .wp-block-latest-posts {
	margin: 0;
	padding-left: 0;
}

.wp-block-archives ul, .wp-block-categories ul, .wp-block-latest-posts ul {
	padding-left: 0 !important;
}

.wp-block-archives li, .wp-block-categories li, .wp-block-latest-posts li {
	margin-bottom: 6px;
	list-style-type: none;
}

.wp-block-archives li a, .wp-block-categories li a, .wp-block-latest-posts li a {
	color: #383838;
	text-decoration: none;
}

.wp-block-archives li a:hover, .wp-block-categories li a:hover, .wp-block-latest-posts li a:hover {
	color: #595959;
}

.wp-block-archives.aligncenter, .wp-block-categories.aligncenter, .wp-block-latest-posts.aligncenter {
	text-align: center;
}

.wp-block-categories li ul {
	margin: 4px 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

.wp-block-categories li ul li:last-child {
	padding: 4px 0 0;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 16px 16px 0;
}

.wp-block-preformatted {
	padding: 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.wp-block-pullquote blockquote, .wp-block-quote, blockquote.wp-block-pullquote {
	padding: 20px 40px !important;
	quotes: none;
	border: none !important;
	position: relative;
}

.wp-block-verse {
	font-family: inherit;
	font-size: 22px;
	line-height: 1.8;
}

.has-drop-cap:not(:focus):first-letter {
	font-family: inherit;
	font-size: 3.375em;
	line-height: 1;
	font-weight: 700;
	margin: 0 .25em 0 0;
}

blockquote.wp-block-pullquote {
	margin: 10px 0 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	text-align: center;
	color: #000 !important;
}

blockquote.wp-block-pullquote>* {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	margin: 0;
}

blockquote.wp-block-pullquote:after, blockquote.wp-block-pullquote:before {
	content: "";
}

blockquote.wp-block-pullquote .wp-block-pullquote__citation, blockquote.wp-block-pullquote .wp-block-quote__citation, blockquote.wp-block-pullquote cite, blockquote.wp-block-pullquote footer {
	display: block !important;
	margin-top: 10px !important;
	text-align: inherit !important;
	font-size: 14px !important;
	line-height: 1.3em !important;
	letter-spacing: 0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

blockquote.wp-block-pullquote.aligncenter {
	width: 100%;
}

blockquote.wp-block-pullquote.alignleft {
	text-align: left;
	max-width: 100%;
}

blockquote.wp-block-pullquote.alignright {
	text-align: right;
	max-width: 100%;
}

blockquote.wp-block-pullquote p {
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
	text-transform: inherit !important;
	margin: 0;
}

.wp-block-pullquote {
	margin: 0;
}

.wp-block-pullquote blockquote {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	box-sizing: border-box;
	color: #000 !important;
	width: auto;
	text-align: center;
}

.wp-block-pullquote blockquote>* {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	margin: 0;
}

.wp-block-pullquote blockquote:after, .wp-block-pullquote blockquote:before {
	content: "";
}

.wp-block-pullquote blockquote .wp-block-pullquote__citation, .wp-block-pullquote blockquote .wp-block-quote__citation, .wp-block-pullquote blockquote cite, .wp-block-pullquote blockquote footer {
	display: block !important;
	margin-top: 10px !important;
	text-align: inherit !important;
	font-size: 14px !important;
	line-height: 1.3em !important;
	letter-spacing: 0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

.eltdf-page-header, .wp-block-file .wp-block-file__button, .wp-block-quote {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.wp-block-pullquote p {
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
	text-transform: inherit !important;
}

.wp-block-quote {
	width: 100%;
	margin: 10px 0 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	text-align: center;
	color: #000 !important;
}

.wp-block-quote:after, .wp-block-quote:before {
	content: "";
}

.wp-block-quote .wp-block-pullquote__citation, .wp-block-quote .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	display: block !important;
	margin-top: 10px !important;
	text-align: inherit !important;
	font-size: 14px !important;
	line-height: 1.3em !important;
	letter-spacing: 0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

.wp-block-quote>p {
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
	text-transform: inherit !important;
	margin: 0;
}

.wp-block-quote>* {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	margin: 0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin: 1rem 0;
	font-size: 1.6875em !important;
	line-height: 1.6em !important;
}

.wp-block-image img {
	display: block;
}

.wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
	max-width: 100%;
}

.wp-block-image.alignfull {
	left: auto;
	max-width: 100%;
}

.wp-block-image.alignfull img {
	width: 100vw;
}

.wp-block-cover, .wp-block-cover-image {
	position: relative;
	min-height: 430px;
	padding: 1rem;
	box-sizing: border-box;
}

@media only screen and (min-width:768px) {
	.wp-block-cover, .wp-block-cover-image {
		padding: 1rem 10%;
	}
}

.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2 {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	letter-spacing: -.02em;
	line-height: 1.2em;
	font-size: 28px !important;
	margin-bottom: 0;
}

.wp-block-cover-image.aligncenter .wp-block-cover-image-text, .wp-block-cover-image.aligncenter .wp-block-cover-text, .wp-block-cover-image.aligncenter h2, .wp-block-cover.aligncenter .wp-block-cover-image-text, .wp-block-cover.aligncenter .wp-block-cover-text, .wp-block-cover.aligncenter h2 {
	width: 100%;
	z-index: 1;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	width: 100%;
}

.wp-block-cover-image.alignfull .wp-block-cover-image-text, .wp-block-cover-image.alignfull .wp-block-cover-text, .wp-block-cover-image.alignfull h2, .wp-block-cover.alignfull .wp-block-cover-image-text, .wp-block-cover.alignfull .wp-block-cover-text, .wp-block-cover.alignfull h2 {
	max-width: calc(8 * ( 100vw / 12 ) - 28px);
}

.wp-block-gallery {
	list-style-type: none;
	padding-left: 0;
}

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
	margin-bottom: 16px;
}

.wp-block-audio figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .wp-block-image figcaption, .wp-block-video figcaption {
	font-size: .71111em;
	font-family: inherit;
	line-height: 1.6;
	margin: 0;
	padding: .5rem;
	text-align: center;
}

.wp-block-separator, hr {
	background-color: #767676;
	border: 0;
	height: 2px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	max-width: 100px;
	text-align: left;
}

.wp-block-separator.is-style-wide, hr.is-style-wide {
	max-width: 100%;
}

.wp-block-separator.is-style-dots, hr.is-style-dots {
	max-width: 100%;
	background-color: inherit;
	border: inherit;
	height: inherit;
	text-align: center;
}

.wp-block-separator.is-style-dots:before, hr.is-style-dots:before {
	color: #767676;
	font-size: 1.6875em;
	letter-spacing: .88889em;
	padding-left: .88889em;
}

.wp-block-separator+h1:before, .wp-block-separator+h2:before, hr+h1:before, hr+h2:before {
	display: none;
}

.wp-block-embed-twitter {
	overflow: hidden;
}

.wp-block-embed {
	margin: 0;
}

.wp-block-table td, .wp-block-table th {
	border-color: #000;
}

.wp-block-file {
	font-family: inherit;
}

.eltdf-main-menu ul li a, .eltdf-main-menu ul li h6, .wp-block-file .wp-block-file__button {
	font-family: Inconsolata, sans-serif;
	letter-spacing: .3em;
	text-transform: uppercase;
}

.wp-block-file .wp-block-file__button {
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	outline: 0;
	position: relative;
	width: auto;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	font-size: 13px;
	padding: 16px 83px;
	color: #fff;
	background-color: #000;
	border: 1px solid transparent;
	cursor: pointer;
}

.wp-block-file .wp-block-file__button .eltdf-btn-text {
	padding-left: .3em;
}

.wp-block-file .wp-block-file__button:hover {
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
}

.wp-block-code {
	border-radius: 0;
}

.eltdf-logo-area-border-disable .eltdf-page-header .eltdf-logo-area, .eltdf-logo-area-in-grid-border-disable .eltdf-page-header .eltdf-logo-area .eltdf-grid .eltdf-vertical-align-containers, .eltdf-menu-area-border-disable .eltdf-page-header .eltdf-menu-area, .eltdf-menu-area-in-grid-border-disable .eltdf-page-header .eltdf-menu-area .eltdf-grid .eltdf-vertical-align-containers {
	border: none;
}

.wp-block-code code {
	font-size: 1.125em;
	white-space: pre-wrap;
	word-break: break-word;
}

@media only screen and (min-width:768px) {
	.wp-block-columns .wp-block-column>:first-child {
		margin-top: 0;
	}
	
	.wp-block-columns .wp-block-column>:last-child {
		margin-bottom: 0;
	}
	
	.wp-block-columns[class*=has-]>* {
		margin-right: 1rem;
	}
	
	.wp-block-columns[class*=has-]>:last-child {
		margin-right: 0;
	}
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-weight: 700;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
	font-weight: 400;
}

.wp-block-latest-comments .wp-block-latest-comments__comment, .wp-block-latest-comments .wp-block-latest-comments__comment-date, .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}

.has-primary-background-color {
	background-color: #595959;
}

.has-primary-background-color a, .has-primary-background-color h1, .has-primary-background-color h2, .has-primary-background-color h3, .has-primary-background-color h4, .has-primary-background-color h5, .has-primary-background-color h6, .has-primary-background-color p {
	color: #fff;
}

.eltdf-page-header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 110;
}

.eltdf-page-header a img {
	display: block;
}

.eltdf-page-header p {
	margin: 0;
}

.eltdf-page-header .eltdf-vertical-align-containers {
	padding: 0 40px;
}

.eltdf-boxed .eltdf-page-header .eltdf-menu-area, .eltdf-paspartu-enabled .eltdf-page-header .eltdf-vertical-align-containers {
	padding: 0;
}

.eltdf-page-header .eltdf-grid {
	height: 100%;
}

.eltdf-page-header .eltdf-grid .eltdf-vertical-align-containers {
	padding: 0;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.eltdf-page-header .eltdf-logo-area {
	background-color: #fff;
	height: 110px;
	overflow: hidden;
	position: relative;
}

.eltdf-page-header .eltdf-logo-area .eltdf-logo-wrapper a {
	max-height: 110px;
}

.eltdf-page-header .eltdf-menu-area {
	background-color: #fff;
	box-sizing: border-box;
	height: 110px;
	position: relative;
}

.eltdf-header-logo-area-in-grid-padding .eltdf-page-header .eltdf-logo-area .eltdf-vertical-align-containers, .eltdf-header-logo-area-in-grid-padding .eltdf-page-header .eltdf-menu-area .eltdf-vertical-align-containers {
	padding: 0 25px;
}

.eltdf-page-header .eltdf-menu-area .eltdf-logo-wrapper a {
	max-height: 110px;
}

.eltdf-page-header .eltdf-menu-area .widget {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-logo-wrapper .eltdf-light-logo {
	opacity: 1;
}

.eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-logo-wrapper .eltdf-dark-logo, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-logo-wrapper .eltdf-normal-logo {
	opacity: 0;
}

.eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget .widgettitle, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget a, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget a:hover, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget i, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget p, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget span, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget .widgettitle, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget a, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget a:hover, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget i, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget p, .eltdf-light-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget span {
	color: #fff !important;
}

.eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-logo-wrapper .eltdf-dark-logo {
	opacity: 1;
}

.eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-logo-wrapper .eltdf-light-logo, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-logo-wrapper .eltdf-normal-logo {
	opacity: 0;
}

.eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget .widgettitle, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget a, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget a:hover, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget i, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget p, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header) .eltdf-menu-area .widget span, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget .widgettitle, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget a, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget a:hover, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget i, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget p, .eltdf-dark-header .eltdf-page-header>div:not(.fixed):not(.eltdf-sticky-header).eltdf-menu-area .widget span {
	color: #000 !important;
}

.eltdf-logo-wrapper {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.eltdf-logo-wrapper a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.eltdf-logo-wrapper a img {
	height: 100%;
	width: auto;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.eltdf-logo-wrapper a img.eltdf-normal-logo {
	opacity: 1;
}

.eltdf-logo-wrapper a img.eltdf-dark-logo {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.eltdf-logo-wrapper a img.eltdf-light-logo {
	opacity: 0;
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	transform: translateY(-200%);
}

.eltdf-main-menu {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: auto;
}

.eltdf-main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.eltdf-main-menu ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.eltdf-main-menu ul li a, .eltdf-main-menu ul li h6 {
	font-weight: 400;
	line-height: 1.714em;
	font-size: 13px;
}

.eltdf-main-menu ul li a>span, .eltdf-main-menu ul li h6>span {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 0 20px 0 0;
	position: relative;
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}

.eltdf-main-menu ul li a>span:before, .eltdf-main-menu ul li h6>span:before {
	background: currentColor;
	content: "";
	display: block;
	height: 1px;
	left: -20px;
	position: absolute;
	top: 50%;
	width: 9px;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}

.eltdf-main-menu ul li:hover>a {
	color: #000;
}

.eltdf-main-menu ul li:hover>a>span {
	padding: 0 0 0 20px;
}

.eltdf-main-menu ul li:hover>a>span:before {
	left: 0;
}

@media only screen and (max-width:1024px) {
	.eltdf-main-menu ul li.has_sub:not(.eltdf-opened)>a>span, .eltdf-main-menu ul li.has_sub:not(.eltdf-opened)>h6>span {
		padding: 0;
	}
	
	.eltdf-main-menu ul li.has_sub:not(.eltdf-opened)>a>span:before, .eltdf-main-menu ul li.has_sub:not(.eltdf-opened)>h6>span:before {
		left: -20px;
	}
	
	.eltdf-main-menu ul li.has_sub.eltdf-active-item>a>span, .eltdf-main-menu ul li.has_sub.eltdf-active-item>h6>span, .eltdf-main-menu ul li.has_sub.eltdf-opened>a>span, .eltdf-main-menu ul li.has_sub.eltdf-opened>h6>span {
		padding: 0 0 0 20px;
	}
	
	.eltdf-main-menu ul li.has_sub.eltdf-active-item>a>span:before, .eltdf-main-menu ul li.has_sub.eltdf-active-item>h6>span:before, .eltdf-main-menu ul li.has_sub.eltdf-opened>a>span:before, .eltdf-main-menu ul li.has_sub.eltdf-opened>h6>span:before {
		left: 0;
	}
}

.eltdf-main-menu ul li a i:before {
	margin: 0 7px 0 0;
}

.eltdf-main-menu ul li a .menu_icon_wrapper {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.eltdf-main-menu ul li a .eltdf-menu-featured-icon {
	color: currentColor;
	font-size: 10px;
	left: 5px;
	margin: 0;
	position: relative;
	top: -4px;
}

.eltdf-main-menu ul li a .eltdf-menu-featured-icon:before {
	margin: 0;
}

.eltdf-main-menu>ul {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	height: 100%;
}

.eltdf-main-menu>ul>li {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.eltdf-main-menu>ul>li>a, .eltdf-main-menu>ul>li>a>span.item_outer .item_text {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.eltdf-main-menu>ul>li>a {
	width: 100%;
	box-sizing: border-box;
	padding: 0 17px;
	font-size: 14px;
}

.eltdf-main-menu>ul>li.current-menu-item>a, .eltdf-main-menu>ul>li.current-menu-item>h6, .eltdf-main-menu>ul>li.eltdf-active-item>a, .eltdf-main-menu>ul>li.eltdf-active-item>h6 {
	color: #000;
}

.eltdf-main-menu>ul>li.current-menu-item>a>span, .eltdf-main-menu>ul>li.current-menu-item>h6>span, .eltdf-main-menu>ul>li.eltdf-active-item>a>span, .eltdf-main-menu>ul>li.eltdf-active-item>h6>span {
	padding: 0 0 0 20px;
}

.eltdf-main-menu>ul>li.current-menu-item>a>span:before, .eltdf-main-menu>ul>li.current-menu-item>h6>span:before, .eltdf-main-menu>ul>li.eltdf-active-item>a>span:before, .eltdf-main-menu>ul>li.eltdf-active-item>h6>span:before {
	left: 0;
}

.eltdf-main-menu>ul>li.has_sub>a .eltdf-menu-arrow {
	display: none;
}

.eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-main-menu>ul>li.eltdf-active-item>a, .eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-main-menu>ul>li>a, .eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-main-menu>ul>li>a:hover {
	color: #fff;
}

.eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-fullscreen-menu-opener, .eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-fullscreen-menu-opener.eltdf-fm-opened, .eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-fullscreen-menu-opener:hover, .eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-main-menu>ul>li.eltdf-active-item>a, .eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-main-menu>ul>li>a, .eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-main-menu>ul>li>a:hover, .eltdf-drop-down .second .inner ul li.current-menu-ancestor>a, .eltdf-drop-down .second .inner ul li.current-menu-ancestor>h6, .eltdf-drop-down .second .inner ul li.current-menu-item>a, .eltdf-drop-down .second .inner ul li.current-menu-item>h6, .eltdf-drop-down .wide .second .inner>ul>li.current-menu-ancestor>a, .eltdf-drop-down .wide .second .inner>ul>li.current-menu-ancestor>h6, .eltdf-drop-down .wide .second .inner>ul>li.current-menu-item>a, .eltdf-drop-down .wide .second .inner>ul>li.current-menu-item>h6 {
	color: #000;
}

.eltdf-drop-down .second {
	display: block;
	left: 7px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	visibility: hidden;
	z-index: 10;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
}

.eltdf-drop-down .second.eltdf-drop-down-start {
	opacity: 1;
	overflow: visible;
	visibility: visible;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.eltdf-drop-down .second.right {
	left: auto;
	right: -13px;
}

.eltdf-drop-down .second .inner {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03);
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 997;
}

.eltdf-drop-down .second .inner ul li {
	display: block;
	float: none;
	height: auto;
}

.eltdf-drop-down .second .inner ul li .widget {
	margin: 0 !important;
	width: 100%;
}

.eltdf-drop-down .second .inner ul li a {
	display: block;
	float: none;
	margin: 0;
	padding: 4px 30px;
}

.eltdf-drop-down .second .inner ul li.current-menu-ancestor>a>span, .eltdf-drop-down .second .inner ul li.current-menu-ancestor>h6>span, .eltdf-drop-down .second .inner ul li.current-menu-item>a>span, .eltdf-drop-down .second .inner ul li.current-menu-item>h6>span, .eltdf-drop-down .second .inner ul.right li a .item_outer {
	padding: 0 0 0 20px;
}

.eltdf-drop-down .second .inner ul li.current-menu-ancestor>a>span:before, .eltdf-drop-down .second .inner ul li.current-menu-ancestor>h6>span:before, .eltdf-drop-down .second .inner ul li.current-menu-item>a>span:before, .eltdf-drop-down .second .inner ul li.current-menu-item>h6>span:before {
	left: 0;
}

.eltdf-drop-down .second .inner ul li.sub>a .item_outer:after {
	content: "";
	display: inline-block;
	font-family: Ionicons;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.eltdf-drop-down .wide .second .inner>ul>li>a, .eltdf-fullscreen-menu-holder .eltdf-vertical-menu>ul>li>a {
	font-family: Montserrat, sans-serif;
	letter-spacing: 0;
	font-weight: 500;
	text-transform: none;
}

.eltdf-drop-down .second .inner ul.right li a:hover .item_outer, .eltdf-drop-down .second .inner ul.right li.current-menu-ancestor>a .item_outer, .eltdf-drop-down .second .inner ul.right li.current-menu-item>a .item_outer {
	padding: 0 20px 0 0;
}

.eltdf-drop-down .second .inner ul.right li a .item_outer:before {
	left: auto;
	right: -20px;
	-webkit-transition: right .2s ease-in-out;
	-moz-transition: right .2s ease-in-out;
	transition: right .2s ease-in-out;
}

.eltdf-drop-down .second .inner ul.right li a:hover .item_outer:before, .eltdf-drop-down .second .inner ul.right li.current-menu-ancestor>a .item_outer:before, .eltdf-drop-down .second .inner ul.right li.current-menu-item>a .item_outer:before {
	left: auto;
	right: 0;
}

.eltdf-drop-down .second .inner ul.right li.sub>a .item_outer:after {
	content: "";
	left: 0;
	right: auto;
}

.eltdf-drop-down .second .inner ul.right li a {
	text-align: right;
}

.eltdf-drop-down .second .inner ul.right li ul {
	left: -100%;
}

.eltdf-drop-down li.left_position .second {
	left: 0;
}

.eltdf-drop-down li.right_position .second {
	left: auto;
	right: 0;
}

.eltdf-drop-down>ul>li:hover>.second {
	z-index: 20;
}

.eltdf-drop-down .narrow .second .inner ul {
	background-color: #fff;
	display: inline-block;
	padding: 19px 0;
	position: relative;
	vertical-align: middle;
}

.eltdf-drop-down .narrow .second .inner ul li {
	width: 278px;
}

.eltdf-drop-down .narrow .second .inner ul li ul {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03);
	height: auto;
	left: 100%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: -19px;
	-webkit-transform: translateZ(0);
	z-index: 10;
	-webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.eltdf-drop-down .narrow .second .inner ul li:hover ul {
	opacity: 1;
	z-index: 20;
}

.eltdf-drop-down .narrow .second .inner ul.right li ul {
	left: -100%;
}

.eltdf-drop-down .wide .second .inner {
	background-color: #fff;
	text-align: center;
}

.eltdf-drop-down .wide .second .inner ul li a {
	padding: 4px 0;
}

.eltdf-drop-down .wide .second .inner ul li ul {
	display: block;
	left: 0;
	position: relative;
	top: 0;
	visibility: visible;
}

.eltdf-drop-down .wide .second .inner ul li ul li:last-child a {
	padding-bottom: 0;
}

.eltdf-drop-down .wide .second .inner>ul {
	box-sizing: border-box;
	display: inline-block;
	padding: 45px 0;
	position: relative;
	vertical-align: middle;
	width: 100%;
}

.eltdf-wide-dropdown-menu-content-in-grid .eltdf-drop-down .wide .second .inner>ul {
	width: 1100px;
}

@media only screen and (min-width:1400px) {
	.eltdf-grid-1300.eltdf-wide-dropdown-menu-content-in-grid .eltdf-drop-down .wide .second .inner>ul {
		width: 1300px;
	}
}

@media only screen and (min-width:1300px) {
	.eltdf-grid-1200.eltdf-wide-dropdown-menu-content-in-grid .eltdf-drop-down .wide .second .inner>ul {
		width: 1200px;
	}
}

@media only screen and (min-width:1200px) {
	.eltdf-grid-1000.eltdf-wide-dropdown-menu-content-in-grid .eltdf-drop-down .wide .second .inner>ul {
		width: 1000px;
	}
}

@media only screen and (min-width:1024px) {
	.eltdf-grid-800.eltdf-wide-dropdown-menu-content-in-grid .eltdf-drop-down .wide .second .inner>ul {
		width: 800px;
	}
}

.eltdf-drop-down .wide .second .inner>ul>li {
	border-left: 1px solid #efefef;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0 26px;
	width: 25%;
}

.eltdf-drop-down .wide .second .inner>ul>li>a {
	font-size: 18px;
	line-height: 1.388em;
	padding: 0 0 11px;
}

.eltdf-drop-down .wide .second .inner>ul>li>a.no_link {
	cursor: default;
}

.eltdf-drop-down .wide .second .inner>ul>li>a .item_outer {
	overflow: inherit;
	padding: 0;
}

.eltdf-drop-down .wide .second .inner>ul>li>a .item_outer:after, .eltdf-drop-down .wide .second .inner>ul>li>a .item_outer:before {
	display: none;
}

.eltdf-drop-down .wide .second .inner>ul>li.current-menu-ancestor>a>span, .eltdf-drop-down .wide .second .inner>ul>li.current-menu-ancestor>h6>span, .eltdf-drop-down .wide .second .inner>ul>li.current-menu-item>a>span, .eltdf-drop-down .wide .second .inner>ul>li.current-menu-item>h6>span {
	padding: 0 0 0 20px;
}

.eltdf-drop-down .wide .second .inner>ul>li.current-menu-ancestor>a>span:before, .eltdf-drop-down .wide .second .inner>ul>li.current-menu-ancestor>h6>span:before, .eltdf-drop-down .wide .second .inner>ul>li.current-menu-item>a>span:before, .eltdf-drop-down .wide .second .inner>ul>li.current-menu-item>h6>span:before {
	left: 0;
}

.eltdf-drop-down .wide.left_position .second .inner>ul, .eltdf-drop-down .wide.right_position .second .inner>ul {
	white-space: nowrap;
	width: auto;
}

.eltdf-drop-down .wide.left_position .second .inner>ul>li, .eltdf-drop-down .wide.right_position .second .inner>ul>li {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.eltdf-drop-down .wide.left_position .second .inner>ul>li:nth-child(4n+1), .eltdf-drop-down .wide.right_position .second .inner>ul>li:nth-child(4n+1) {
	border-left: none;
}

.eltdf-drop-down .wide.left_position .second ul li, .eltdf-drop-down .wide.right_position .second ul li {
	width: 200px;
}

.eltdf-page-header .eltdf-fixed-wrapper.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.admin-bar .eltdf-page-header .eltdf-fixed-wrapper.fixed {
	top: 32px;
}

.eltdf-page-header .eltdf-fixed-wrapper.fixed .eltdf-menu-area {
	background-color: #fff;
}

.eltdf-header-centered .eltdf-page-header .eltdf-logo-area {
	overflow: visible;
	z-index: 2;
	box-sizing: border-box;
}

.eltdf-header-centered .eltdf-page-header .eltdf-menu-area {
	z-index: 1;
}

.eltdf-header-centered .eltdf-page-header .eltdf-centered-widget-holder, .eltdf-header-centered .eltdf-page-header .eltdf-menu-area .eltdf-vertical-align-containers .eltdf-position-center-inner, .eltdf-header-centered .eltdf-page-header .eltdf-menu-area .eltdf-vertical-align-containers .eltdf-position-left-inner, .eltdf-header-centered .eltdf-page-header .eltdf-menu-area .eltdf-vertical-align-containers .eltdf-position-right-inner {
	height: 100%;
}

.eltdf-header-centered .eltdf-page-header .eltdf-position-left-inner .eltdf-search-opener-svg-path {
	margin-left: -11px;
}

.eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-fullscreen-menu-opener, .eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-fullscreen-menu-opener.eltdf-fm-opened, .eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-fullscreen-menu-opener:hover {
	color: #fff;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-svg-path:hover, .eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-svg-path:hover, nav.eltdf-fullscreen-menu ul li.current-menu-item>a, nav.eltdf-fullscreen-menu ul li.current-menu-item>h6, nav.eltdf-fullscreen-menu ul li.current_page_item>a, nav.eltdf-fullscreen-menu ul li.current_page_item>h6, nav.eltdf-fullscreen-menu ul li.eltdf-active-item>a, nav.eltdf-fullscreen-menu ul li.eltdf-active-item>h6, nav.eltdf-fullscreen-menu ul li:hover>a {
	color: #000;
}

.eltdf-fullscreen-menu-opener {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.eltdf-fullscreen-menu-opener .eltdf-fullscreen-menu-opener-icon {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.eltdf-fullscreen-menu-opener .eltdf-fullscreen-menu-close-icon {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	opacity: 0;
}

.eltdf-fullscreen-menu-opener.eltdf-fm-opened .eltdf-fullscreen-menu-opener-icon {
	visibility: hidden;
	opacity: 0;
}

.eltdf-fullscreen-menu-opener.eltdf-fm-opened .eltdf-fullscreen-menu-close-icon {
	visibility: visible;
	opacity: 1;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-icon-pack {
	font-size: 20px;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-icon-pack *, .eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-icon-pack :before {
	display: inline-block;
	line-height: inherit;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-svg-path span {
	position: relative;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-svg-path span>* {
	vertical-align: middle;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-predefined {
	line-height: 1;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-predefined .eltdf-hm-lines {
	display: block;
	height: 17px;
	position: relative;
	width: 23px;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-predefined .eltdf-hm-lines .eltdf-hm-line {
	background-color: currentColor;
	border-radius: 12px;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-1 {
	top: 0;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-2 {
	top: 7px;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-3 {
	bottom: 0;
}

.eltdf-fullscreen-menu-opener.eltdf-fullscreen-menu-opener-predefined .eltdf-fullscreen-menu-close-icon {
	font-size: 32px;
	left: -5px;
	top: -9px;
}

.eltdf-fullscreen-menu-opened .eltdf-logo-wrapper, .eltdf-fullscreen-menu-opened .eltdf-page-header, .eltdf-fullscreen-menu-opened .eltdf-top-bar {
	visibility: hidden;
}

.eltdf-fullscreen-menu-opened .eltdf-fullscreen-menu-opener {
	visibility: visible;
}

.eltdf-fullscreen-menu-opened .eltdf-fullscreen-menu-holder-outer {
	opacity: 1 !important;
	visibility: visible !important;
}

.eltdf-fullscreen-menu-holder-outer {
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-x: hidden !important;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 105;
}

.eltdf-fullscreen-menu-holder {
	background-color: #fff;
	background-position: 0 0;
	background-repeat: repeat;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}

.eltdf-fullscreen-menu-holder .eltdf-vertical-menu {
	margin: 0;
	width: auto;
}

.eltdf-fullscreen-menu-holder .eltdf-vertical-menu ul li a {
	font-size: 14px;
	padding: 2px 0;
}

.eltdf-fullscreen-menu-holder .eltdf-vertical-menu>ul>li>a {
	font-size: 27px;
	line-height: 1.259em;
	padding: 13px 0;
}

.eltdf-fullscreen-menu-holder .eltdf-vertical-menu ul li ul {
	padding: 2px 0 11px;
}

.eltdf-fullscreen-menu-holder .eltdf-vertical-menu .eltdf-fullscreen-menu-arrow {
	display: none;
}

.eltdf-fullscreen-menu-background-image {
	display: table-cell;
	vertical-align: middle;
	width: 362px;
}

.eltdf-fullscreen-menu-holder-inner {
	display: table-cell;
	padding: 100px 72px 100px 132px;
	vertical-align: middle;
	width: calc(100% - 362px);
}

.touch .eltdf-fullscreen-menu-holder-outer {
	display: none;
}

.touch .eltdf-fullscreen-menu-opened .eltdf-fullscreen-menu-holder-outer {
	display: block;
}

nav.eltdf-fullscreen-menu {
	margin: 0 auto;
	position: relative;
	text-align: left;
	top: 0;
}

nav.eltdf-fullscreen-menu ul, nav.eltdf-fullscreen-menu ul li {
	margin: 0;
	padding: 0;
	position: relative;
}

nav.eltdf-fullscreen-menu ul {
	list-style-type: none;
}

nav.eltdf-fullscreen-menu ul li a, nav.eltdf-fullscreen-menu ul li h6 {
	font-family: Inconsolata, sans-serif;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
	font-size: 13px;
}

nav.eltdf-fullscreen-menu ul li a>span, nav.eltdf-fullscreen-menu ul li h6>span {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 0 20px 0 0;
	position: relative;
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}

nav.eltdf-fullscreen-menu ul li a>span:before, nav.eltdf-fullscreen-menu ul li h6>span:before {
	background: currentColor;
	content: "";
	display: block;
	height: 1px;
	left: -20px;
	position: absolute;
	top: 50%;
	width: 9px;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}

nav.eltdf-fullscreen-menu ul li:hover>a>span {
	padding: 0 0 0 20px;
}

nav.eltdf-fullscreen-menu ul li:hover>a>span:before {
	left: 0;
}

@media only screen and (max-width:1024px) {
	nav.eltdf-fullscreen-menu ul li.has_sub:not(.eltdf-opened)>a>span, nav.eltdf-fullscreen-menu ul li.has_sub:not(.eltdf-opened)>h6>span {
		padding: 0;
	}
	
	nav.eltdf-fullscreen-menu ul li.has_sub:not(.eltdf-opened)>a>span:before, nav.eltdf-fullscreen-menu ul li.has_sub:not(.eltdf-opened)>h6>span:before {
		left: -20px;
	}
	
	nav.eltdf-fullscreen-menu ul li.has_sub.eltdf-active-item>a>span, nav.eltdf-fullscreen-menu ul li.has_sub.eltdf-active-item>h6>span, nav.eltdf-fullscreen-menu ul li.has_sub.eltdf-opened>a>span, nav.eltdf-fullscreen-menu ul li.has_sub.eltdf-opened>h6>span {
		padding: 0 0 0 20px;
	}
	
	nav.eltdf-fullscreen-menu ul li.has_sub.eltdf-active-item>a>span:before, nav.eltdf-fullscreen-menu ul li.has_sub.eltdf-active-item>h6>span:before, nav.eltdf-fullscreen-menu ul li.has_sub.eltdf-opened>a>span:before, nav.eltdf-fullscreen-menu ul li.has_sub.eltdf-opened>h6>span:before {
		left: 0;
	}
}

nav.eltdf-fullscreen-menu ul li a {
	display: inline-block;
	padding: 4px 0;
}

nav.eltdf-fullscreen-menu ul li a .eltdf-fullscreen-menu-arrow, nav.eltdf-fullscreen-menu ul li ul.sub_menu {
	display: none;
}

nav.eltdf-fullscreen-menu ul li.current-menu-item>a>span, nav.eltdf-fullscreen-menu ul li.current-menu-item>h6>span, nav.eltdf-fullscreen-menu ul li.current_page_item>a>span, nav.eltdf-fullscreen-menu ul li.current_page_item>h6>span, nav.eltdf-fullscreen-menu ul li.eltdf-active-item>a>span, nav.eltdf-fullscreen-menu ul li.eltdf-active-item>h6>span {
	padding: 0 0 0 20px;
}

nav.eltdf-fullscreen-menu ul li.current-menu-item>a>span:before, nav.eltdf-fullscreen-menu ul li.current-menu-item>h6>span:before, nav.eltdf-fullscreen-menu ul li.current_page_item>a>span:before, nav.eltdf-fullscreen-menu ul li.current_page_item>h6>span:before, nav.eltdf-fullscreen-menu ul li.eltdf-active-item>a>span:before, nav.eltdf-fullscreen-menu ul li.eltdf-active-item>h6>span:before {
	left: 0;
}

nav.eltdf-fullscreen-menu ul li ul {
	padding: 1px 0 12px;
}

nav.eltdf-fullscreen-menu>ul {
	display: block;
}

nav.eltdf-fullscreen-menu>ul>li>a {
	font-family: Montserrat, sans-serif;
	font-size: 27px;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 1.259em;
	text-transform: none;
	padding: 13px 0;
}

.eltdf-fullscreen-above-menu-widget-holder {
	position: absolute;
	right: 4.5%;
	text-align: right;
	top: 16%;
}

.eltdf-fullscreen-below-menu-widget-holder {
	bottom: 7%;
	position: fixed;
	right: 4.5%;
	text-align: right;
}

@-webkit-keyframes fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@-moz-keyframes fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	
	100% {
		opacity: 1;
		visibility: visible;
	}
}

.eltdf-fade-push-text-right .eltdf-fullscreen-menu-holder-outer, .eltdf-fade-push-text-top .eltdf-fullscreen-menu-holder-outer, .eltdf-fade-text-scaledown .eltdf-fullscreen-menu-holder-outer {
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden !important;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 105;
}

.eltdf-header-minimal .eltdf-page-header .eltdf-menu-area .eltdf-position-right-inner, .eltdf-header-minimal .eltdf-page-header .eltdf-sticky-header .eltdf-position-left-inner, .eltdf-header-minimal .eltdf-page-header .eltdf-sticky-header .eltdf-vertical-align-containers .eltdf-position-right .eltdf-position-right-inner {
	height: auto;
}

.eltdf-fullscreen-fade-out .eltdf-fullscreen-menu-holder-outer {
	animation: fade_out .25s linear both;
	-moz-animation: fade_out .25s linear both;
	-webkit-animation: fade_out .25s linear both;
}

.eltdf-fullscreen-menu-opened.eltdf-fullscreen-fade-in .eltdf-fullscreen-menu-holder-outer {
	animation: fade_in .25s linear both;
	-moz-animation: fade_in .25s linear both;
	-webkit-animation: fade_in .25s linear both;
}

@-webkit-keyframes push_text_right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-60px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes push_text_right {
	0% {
		opacity: 0;
		-moz-transform: translateX(-60px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@keyframes push_text_right {
	0% {
		opacity: 0;
		transform: translateX(-60px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes push_nav_right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-60px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes push_nav_right {
	0% {
		opacity: 0;
		-moz-transform: translateX(-60px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@keyframes push_nav_right {
	0% {
		opacity: 0;
		transform: translateX(-60px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.eltdf-fullscreen-menu-opened.eltdf-fade-push-text-right .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-above-menu-widget-holder>div, .eltdf-fullscreen-menu-opened.eltdf-fade-push-text-right .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-below-menu-widget-holder>div, .eltdf-fullscreen-menu-opened.eltdf-fade-push-text-right .eltdf-fullscreen-menu-holder-outer nav>ul>li>a {
	-webkit-animation: push_text_right .4s cubic-bezier(.175, .885, .32, 1) both;
	-moz-animation: push_text_right .4s cubic-bezier(.175, .885, .32, 1) both;
	animation: push_text_right .4s cubic-bezier(.175, .885, .32, 1) both;
}

.eltdf-fade-push-text-right.eltdf-push-nav-right .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-above-menu-widget-holder, .eltdf-fade-push-text-right.eltdf-push-nav-right .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-below-menu-widget-holder, .eltdf-fade-push-text-right.eltdf-push-nav-right .eltdf-fullscreen-menu-holder-outer nav {
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	transition: all .75s ease-out;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	transform: translateX(50px);
}

@-webkit-keyframes push_text_top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(60px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes push_text_top {
	0% {
		opacity: 0;
		-moz-transform: translateY(60px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@keyframes push_text_top {
	0% {
		opacity: 0;
		transform: translateY(60px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.eltdf-fullscreen-menu-opened.eltdf-fade-push-text-top .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-above-menu-widget-holder>div, .eltdf-fullscreen-menu-opened.eltdf-fade-push-text-top .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-below-menu-widget-holder>div, .eltdf-fullscreen-menu-opened.eltdf-fade-push-text-top .eltdf-fullscreen-menu-holder-outer nav>ul>li>a {
	-webkit-animation: push_text_top .4s ease-out both .5s;
	-moz-animation: push_text_top .4s ease-out both .5s;
	animation: push_text_top .4s ease-out both .5s;
}

.eltdf-fade-push-text-top.eltdf-push-text-top .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-above-menu-widget-holder, .eltdf-fade-push-text-top.eltdf-push-text-top .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-below-menu-widget-holder, .eltdf-fade-push-text-top.eltdf-push-text-top .eltdf-fullscreen-menu-holder-outer nav {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	transition: all .75s ease-out;
}

.eltdf-fullscreen-menu-opened.eltdf-fade-text-scaledown .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-above-menu-widget-holder, .eltdf-fullscreen-menu-opened.eltdf-fade-text-scaledown .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-below-menu-widget-holder, .eltdf-fullscreen-menu-opened.eltdf-fade-text-scaledown .eltdf-fullscreen-menu-holder-outer nav {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .25s linear .1s;
	-moz-transition: all .25s linear .1s;
	transition: all .25s linear .1s;
}

.eltdf-fade-text-scaledown .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-above-menu-widget-holder, .eltdf-fade-text-scaledown .eltdf-fullscreen-menu-holder-outer .eltdf-fullscreen-below-menu-widget-holder, .eltdf-fade-text-scaledown .eltdf-fullscreen-menu-holder-outer nav {
	opacity: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .25s linear .1s;
	-moz-transition: all .25s linear .1s;
	transition: all .25s linear .1s;
}

.eltdf-header-minimal .eltdf-page-header .eltdf-position-left:before, .eltdf-header-minimal .eltdf-page-header .eltdf-position-right:before {
	content: "";
}

.eltdf-header-standard .eltdf-menu-area.eltdf-menu-left .eltdf-main-menu {
	width: auto;
	padding: 0 0 0 20px;
}

.eltdf-header-standard .eltdf-menu-area.eltdf-menu-left .eltdf-vertical-align-containers .eltdf-position-left-inner {
	height: 100%;
}

.eltdf-header-standard .eltdf-menu-area.eltdf-menu-left .eltdf-vertical-align-containers .eltdf-position-left:before, .eltdf-header-standard .eltdf-menu-area.eltdf-menu-left .eltdf-vertical-align-containers .eltdf-position-right:before {
	display: none;
}

.eltdf-header-standard .eltdf-menu-area.eltdf-menu-left .eltdf-vertical-align-containers .eltdf-position-right-inner {
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	height: 100%;
}

.eltdf-header-standard .eltdf-menu-area.eltdf-menu-center .eltdf-vertical-align-containers .eltdf-position-center-inner {
	height: 100%;
}

.eltdf-header-standard .eltdf-menu-area.eltdf-menu-center .eltdf-vertical-align-containers .eltdf-position-right:before {
	display: none;
}

.eltdf-header-standard .eltdf-menu-area.eltdf-menu-center .eltdf-vertical-align-containers .eltdf-position-right-inner {
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	height: 100%;
}

.eltdf-header-standard .eltdf-menu-area.eltdf-menu-right .eltdf-main-menu {
	width: auto;
}

.eltdf-header-standard .eltdf-menu-area.eltdf-menu-right .eltdf-vertical-align-containers .eltdf-position-right-inner {
	height: 100%;
}

.eltdf-header-vertical-sliding .eltdf-logo-wrapper {
	display: block;
	overflow: hidden;
	padding: 30px 10px;
	position: relative;
	text-align: center;
	z-index: 100;
}

.eltdf-header-vertical-sliding .eltdf-logo-wrapper a {
	display: inline-block;
	height: 100%;
	position: relative;
}

.eltdf-header-vertical-sliding .eltdf-logo-wrapper img {
	display: block;
	height: auto;
	max-height: 100%;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener {
	text-align: center;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a .eltdf-vertical-sliding-opener-icon {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a .eltdf-vertical-sliding-close-icon {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	opacity: 0;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-icon-pack {
	font-size: 20px;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-icon-pack span, .eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-icon-pack span:before {
	display: inline-block;
	line-height: inherit;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-svg-path span>* {
	vertical-align: middle;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-predefined .eltdf-hm-lines {
	display: block;
	height: 17px;
	margin: 0 auto;
	position: relative;
	width: 23px;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-predefined .eltdf-hm-lines .eltdf-hm-line {
	background-color: currentColor;
	border-radius: 12px;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-1 {
	top: 0;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-2 {
	top: 7px;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-3 {
	bottom: 0;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-opener a.eltdf-vertical-sliding-opener-predefined .eltdf-vertical-sliding-close-icon {
	font-size: 32px;
	left: -5px;
	top: -8px;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-nav-holder-outer {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 440px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	transition: transform .3s ease;
	z-index: 1;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-nav-holder-outer.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-nav-holder-outer .eltdf-vertical-menu-nav-holder {
	background-color: #fff;
	display: table;
	height: 100%;
	width: 100%;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-nav-holder-outer .eltdf-vertical-menu-nav-holder .eltdf-vertical-menu-holder-nav-inner {
	display: table-cell;
	padding: 157px 0 31px;
	vertical-align: top;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-nav-holder-outer .eltdf-vertical-menu-nav-holder nav.eltdf-vertical-menu {
	padding: 0 60px 0 160px;
	box-sizing: border-box;
}

.eltdf-header-vertical-sliding .eltdf-vertical-area-widget-holder {
	bottom: 20px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.eltdf-header-vertical-sliding .eltdf-vertical-area-widget-holder .eltdf-vertical-header-widget {
	padding: 5px 0;
	text-align: center;
}

.eltdf-header-vertical-sliding .eltdf-vertical-area-widget-holder .eltdf-vertical-header-widget>a, .eltdf-header-vertical-sliding .eltdf-vertical-area-widget-holder .eltdf-vertical-header-widget>div, .eltdf-header-vertical-sliding .eltdf-vertical-area-widget-holder .eltdf-vertical-header-widget>span {
	display: inline-block;
	padding: 0;
	position: relative;
}

.eltdf-header-vertical-sliding .eltdf-vertical-area-widget-holder .eltdf-social-icon-widget-holder {
	display: block;
	padding: 5px 0;
	text-align: center;
}

.eltdf-header-vertical-sliding .eltdf-vertical-area-widget-holder .eltdf-social-icon-widget-holder:hover {
	color: #000 !important;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area.opened .eltdf-social-icon-widget-holder:hover {
	color: #fff !important;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area.opened .eltdf-vertical-menu-opener a, .eltdf-header-vertical-sliding .eltdf-vertical-menu-area.opened .eltdf-vertical-menu-opener a:hover, .eltdf-vertical-menu ul li.current-menu-ancestor>a, .eltdf-vertical-menu ul li.current-menu-ancestor>h6, .eltdf-vertical-menu ul li.current-menu-item>a, .eltdf-vertical-menu ul li.current-menu-item>h6, .eltdf-vertical-menu ul li.current_page_item>a, .eltdf-vertical-menu ul li.current_page_item>h6, .eltdf-vertical-menu ul li.eltdf-active-item>a, .eltdf-vertical-menu ul li.eltdf-active-item>h6, .eltdf-vertical-menu ul li:hover>a {
	color: #000;
}

.eltdf-header-vertical-sliding .eltdf-content, .eltdf-header-vertical-sliding footer {
	box-sizing: border-box;
	padding-left: 100px;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area {
	background-color: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	top: 0;
	width: 100px;
	z-index: 101;
	-webkit-backface-visibility: hidden;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area.eltdf-vertical-alignment-center .eltdf-vertical-menu-holder-nav-inner {
	padding: 0;
	vertical-align: middle;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area.eltdf-vertical-alignment-center .eltdf-vertical-menu {
	margin: 0;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area .eltdf-vertical-menu-area-inner {
	height: 100%;
	position: relative;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area .eltdf-vertical-area-background {
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100px;
	z-index: 2;
	-webkit-transition: opacity .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: opacity .3s ease, background-color .3s ease, border-color .3s ease;
	transition: opacity .3s ease, background-color .3s ease, border-color .3s ease;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area .eltdf-vertical-menu-holder {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area .eltdf-vertical-menu-table {
	display: table;
	height: 100%;
	width: 100%;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area .eltdf-vertical-menu-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area.eltdf-with-scroll {
	overflow: hidden;
}

.eltdf-header-vertical-sliding.admin-bar .eltdf-vertical-menu-area {
	top: 33px;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area.opened .eltdf-vertical-area-background {
	background-color: #fff;
	border-color: transparent;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area.opened .eltdf-logo-wrapper a img.eltdf-normal-logo {
	opacity: 0;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area.opened .eltdf-logo-wrapper a img.eltdf-light-logo {
	opacity: 1;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area.opened .eltdf-vertical-menu-opener a .eltdf-vertical-sliding-opener-icon {
	visibility: hidden;
	opacity: 0;
}

.eltdf-header-vertical-sliding .eltdf-vertical-menu-area.opened .eltdf-vertical-menu-opener a .eltdf-vertical-sliding-close-icon {
	visibility: visible;
	opacity: 1;
}

.eltdf-header-vertical .eltdf-vertical-alignment-center .eltdf-vertical-menu-outer {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 100px 0;
}

.eltdf-header-vertical .eltdf-vertical-alignment-center .eltdf-vertical-menu {
	display: table;
	height: 100%;
	margin: 0;
	min-height: 0;
	width: 100%;
}

.eltdf-header-vertical .eltdf-vertical-alignment-center .eltdf-vertical-menu>ul {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.eltdf-header-vertical .eltdf-vertical-menu-outer, .eltdf-vertical-menu {
	display: inline-block;
	width: 100%;
	position: relative;
	vertical-align: middle;
}

.eltdf-header-vertical .eltdf-vertical-menu-outer {
	box-sizing: border-box;
}

.eltdf-vertical-menu {
	padding: 0;
	z-index: 100;
}

.eltdf-vertical-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.eltdf-vertical-menu ul li {
	margin: 0;
	padding: 0;
	position: relative;
}

.eltdf-vertical-menu ul li a, .eltdf-vertical-menu ul li h6 {
	font-family: Inconsolata, sans-serif;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
	font-size: 13px;
}

.eltdf-vertical-menu ul li a>span, .eltdf-vertical-menu ul li h6>span {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 0 20px 0 0;
	position: relative;
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}

.eltdf-vertical-menu ul li a>span:before, .eltdf-vertical-menu ul li h6>span:before {
	background: currentColor;
	content: "";
	display: block;
	height: 1px;
	left: -20px;
	position: absolute;
	top: 50%;
	width: 9px;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}

.eltdf-vertical-menu ul li:hover>a>span {
	padding: 0 0 0 20px;
}

.eltdf-vertical-menu ul li:hover>a>span:before {
	left: 0;
}

@media only screen and (max-width:1024px) {
	.eltdf-vertical-menu ul li.has_sub:not(.eltdf-opened)>a>span, .eltdf-vertical-menu ul li.has_sub:not(.eltdf-opened)>h6>span {
		padding: 0;
	}
	
	.eltdf-vertical-menu ul li.has_sub:not(.eltdf-opened)>a>span:before, .eltdf-vertical-menu ul li.has_sub:not(.eltdf-opened)>h6>span:before {
		left: -20px;
	}
	
	.eltdf-vertical-menu ul li.has_sub.eltdf-active-item>a>span, .eltdf-vertical-menu ul li.has_sub.eltdf-active-item>h6>span, .eltdf-vertical-menu ul li.has_sub.eltdf-opened>a>span, .eltdf-vertical-menu ul li.has_sub.eltdf-opened>h6>span {
		padding: 0 0 0 20px;
	}
	
	.eltdf-vertical-menu ul li.has_sub.eltdf-active-item>a>span:before, .eltdf-vertical-menu ul li.has_sub.eltdf-active-item>h6>span:before, .eltdf-vertical-menu ul li.has_sub.eltdf-opened>a>span:before, .eltdf-vertical-menu ul li.has_sub.eltdf-opened>h6>span:before {
		left: 0;
	}
}

.eltdf-vertical-menu ul li a {
	display: inline-block;
	padding: 0;
}

.eltdf-vertical-menu ul li a .eltdf-menu-arrow {
	display: none;
}

.eltdf-vertical-menu ul li a .eltdf-menu-featured-icon {
	color: #000;
	font-size: 12px;
	left: 3px;
	margin: 0;
	position: relative;
	top: -4px;
}

.eltdf-vertical-menu ul li a .menu_icon:not(.blank):not(.null) {
	padding: 0 5px 0 0;
}

.eltdf-vertical-menu ul li.current-menu-ancestor>a>span, .eltdf-vertical-menu ul li.current-menu-ancestor>h6>span, .eltdf-vertical-menu ul li.current-menu-item>a>span, .eltdf-vertical-menu ul li.current-menu-item>h6>span, .eltdf-vertical-menu ul li.current_page_item>a>span, .eltdf-vertical-menu ul li.current_page_item>h6>span, .eltdf-vertical-menu ul li.eltdf-active-item>a>span, .eltdf-vertical-menu ul li.eltdf-active-item>h6>span {
	padding: 0 0 0 20px;
}

.eltdf-vertical-menu ul li.current-menu-ancestor>a>span:before, .eltdf-vertical-menu ul li.current-menu-ancestor>h6>span:before, .eltdf-vertical-menu ul li.current-menu-item>a>span:before, .eltdf-vertical-menu ul li.current-menu-item>h6>span:before, .eltdf-vertical-menu ul li.current_page_item>a>span:before, .eltdf-vertical-menu ul li.current_page_item>h6>span:before, .eltdf-vertical-menu ul li.eltdf-active-item>a>span:before, .eltdf-vertical-menu ul li.eltdf-active-item>h6>span:before {
	left: 0;
}

.eltdf-vertical-menu ul li ul {
	padding: 1px 0 8px;
}

.eltdf-vertical-menu ul li .second {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.eltdf-vertical-menu ul li .second .inner {
	display: block;
	padding: 0;
	position: relative;
	z-index: 997;
}

.eltdf-vertical-menu>ul>li>a {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.388em;
	text-transform: none;
	padding: 10px 0;
}

.eltdf-vertical-menu.eltdf-vertical-dropdown-below ul li .second {
	display: none;
}

.eltdf-vertical-menu.eltdf-vertical-dropdown-side .second {
	position: absolute;
	top: 0;
	width: 100%;
}

.eltdf-vertical-menu.eltdf-vertical-dropdown-side .second ul {
	background-color: #fff;
	left: calc(100% + 45px);
	margin-left: 50px;
	opacity: 0;
	padding: 25px 20px;
	position: absolute;
	top: -23px;
	visibility: hidden;
	width: 254px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.eltdf-vertical-menu.eltdf-vertical-dropdown-side .second ul * {
	visibility: inherit;
	-webkit-transition: visibility .2s ease;
	-moz-transition: visibility .2s ease;
	transition: visibility .2s ease;
}

.eltdf-vertical-menu.eltdf-vertical-dropdown-side .second ul.eltdf-float-open {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
	z-index: 900;
}

.eltdf-vertical-menu.eltdf-vertical-dropdown-side .second ul ul {
	left: calc(100% + 20px);
	top: -25px;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.eltdf-vertical-menu.eltdf-vertical-dropdown-side .second ul .item_outer {
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}

.eltdf-light-header.eltdf-header-vertical .eltdf-vertical-menu ul li a, .eltdf-light-header.eltdf-header-vertical .eltdf-vertical-menu ul li a:hover, .eltdf-light-header.eltdf-header-vertical .eltdf-vertical-menu ul li ul li.current-menu-ancestor>a, .eltdf-light-header.eltdf-header-vertical .eltdf-vertical-menu ul li ul li.current-menu-item>a, .eltdf-light-header.eltdf-header-vertical .eltdf-vertical-menu ul li ul li.current_page_item>a, .eltdf-light-header.eltdf-header-vertical .eltdf-vertical-menu>ul>li.current-menu-ancestor>a, .eltdf-light-header.eltdf-header-vertical .eltdf-vertical-menu>ul>li.eltdf-active-item>a {
	color: #fff !important;
}

.eltdf-dark-header.eltdf-header-vertical .eltdf-vertical-menu ul li a, .eltdf-dark-header.eltdf-header-vertical .eltdf-vertical-menu ul li a:hover, .eltdf-dark-header.eltdf-header-vertical .eltdf-vertical-menu ul li ul li.current-menu-ancestor>a, .eltdf-dark-header.eltdf-header-vertical .eltdf-vertical-menu ul li ul li.current-menu-item>a, .eltdf-dark-header.eltdf-header-vertical .eltdf-vertical-menu ul li ul li.current_page_item>a, .eltdf-dark-header.eltdf-header-vertical .eltdf-vertical-menu>ul>li.current-menu-ancestor>a, .eltdf-dark-header.eltdf-header-vertical .eltdf-vertical-menu>ul>li.eltdf-active-item>a {
	color: #000 !important;
}

.eltdf-header-vertical .eltdf-vertical-area-widget-holder {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	z-index: 100;
}

.eltdf-header-vertical .eltdf-vertical-alignment-center .eltdf-vertical-area-widget-holder {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.eltdf-header-vertical.admin-bar .eltdf-vertical-menu-area {
	height: calc(100% - 32px);
	top: 32px;
}

.eltdf-header-vertical .eltdf-content, .eltdf-header-vertical footer {
	box-sizing: border-box;
	padding-left: 340px;
}

.eltdf-header-vertical .eltdf-vertical-menu-area {
	background-color: transparent;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	outline: 0;
	padding: 64px 69px 63px;
	position: fixed;
	top: 0;
	width: 340px;
	z-index: 101;
	-webkit-backface-visibility: hidden;
}

.eltdf-header-vertical .eltdf-vertical-menu-area.eltdf-with-scroll {
	overflow: hidden;
}

.eltdf-header-vertical .eltdf-vertical-menu-area-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	height: 100%;
}

.eltdf-header-vertical .eltdf-vertical-menu-area-inner.eltdf-vertical-align-left {
	text-align: left;
}

.eltdf-header-vertical .eltdf-vertical-menu-area-inner.eltdf-vertical-align-center {
	text-align: center;
}

.eltdf-header-vertical .eltdf-vertical-menu-area-inner.eltdf-vertical-align-center .eltdf-logo-wrapper img {
	margin: 0 auto;
}

.eltdf-header-vertical .eltdf-logo-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	z-index: 100;
}

.eltdf-header-vertical .eltdf-logo-wrapper a {
	display: block;
	height: 100%;
	position: relative;
}

.eltdf-header-vertical .eltdf-logo-wrapper img {
	display: block;
	height: auto;
	max-height: 100%;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.eltdf-header-vertical .eltdf-vertical-area-widget-holder {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}

.eltdf-header-vertical .eltdf-vertical-menu-outer {
	margin-top: 160px;
}

@media only screen and (max-width:1366px) {
	.eltdf-header-vertical .eltdf-vertical-menu-outer {
		margin-top: 80px;
	}
}

.eltdf-header-vertical .eltdf-vertical-alignment-center .eltdf-vertical-menu-outer {
	margin-top: 0;
}

.eltdf-header-vertical .eltdf-vertical-area-background {
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 340px;
	z-index: 0;
	-webkit-transition: opacity .5s ease, background-color .5s ease;
	-moz-transition: opacity .5s ease, background-color .5s ease;
	transition: opacity .5s ease, background-color .5s ease;
}

.eltdf-header-vertical.eltdf-header-vertical-border-disable .eltdf-vertical-area-background {
	border: none;
}

.eltdf-light-header .eltdf-vertical-menu-area .eltdf-logo-wrapper .eltdf-light-logo {
	opacity: 1;
}

.eltdf-light-header .eltdf-vertical-menu-area .eltdf-logo-wrapper .eltdf-dark-logo, .eltdf-light-header .eltdf-vertical-menu-area .eltdf-logo-wrapper .eltdf-normal-logo {
	opacity: 0;
}

.eltdf-dark-header .eltdf-vertical-menu-area .eltdf-logo-wrapper .eltdf-dark-logo {
	opacity: 1;
}

.eltdf-dark-header .eltdf-vertical-menu-area .eltdf-logo-wrapper .eltdf-light-logo, .eltdf-dark-header .eltdf-vertical-menu-area .eltdf-logo-wrapper .eltdf-normal-logo {
	opacity: 0;
}

.eltdf-mobile-header {
	display: none;
	position: relative;
	z-index: 110;
}

.eltdf-mobile-header .eltdf-mobile-header-inner {
	background-color: #fff;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	height: 70px;
	position: relative;
}

.eltdf-mobile-header .eltdf-mobile-header-inner .eltdf-mobile-header-holder {
	height: 100%;
	position: relative;
	z-index: 2;
}

.eltdf-mobile-header .eltdf-grid {
	height: 100%;
}

.eltdf-mobile-header .eltdf-vertical-align-containers {
	padding: 0;
}

.eltdf-mobile-header .eltdf-vertical-align-containers .eltdf-position-right {
	max-width: 80%;
}

.eltdf-mobile-header .eltdf-mobile-logo-wrapper a {
	display: block;
}

.eltdf-mobile-header .eltdf-mobile-logo-wrapper img {
	display: block;
	height: 100%;
	width: auto;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	z-index: 2;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener a {
	display: table;
	height: 100%;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener a>* {
	display: table-cell;
	line-height: 1em;
	position: relative;
	vertical-align: middle;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener a .eltdf-mobile-menu-text {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	padding-right: 10px;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opened a, .eltdf-mobile-header .eltdf-mobile-nav .eltdf-grid>ul>li.eltdf-active-item>a, .eltdf-mobile-header .eltdf-mobile-nav .eltdf-grid>ul>li.eltdf-active-item>h6, .eltdf-mobile-header .eltdf-mobile-nav ul li:hover>a, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-ancestor>a, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-ancestor>h6, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-item>a, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-item>h6 {
	color: #000;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opened .eltdf-mobile-menu-icon .eldtf-amedeo-svg-burger rect:nth-of-type(3), .eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opened .eltdf-mobile-menu-icon .eldtf-amedeo-svg-burger rect:nth-of-type(4) {
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-icon-pack .eltdf-mobile-menu-icon {
	font-size: 20px;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-icon-pack .eltdf-mobile-menu-icon *, .eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-icon-pack .eltdf-mobile-menu-icon :before {
	display: block;
	line-height: inherit;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-svg-path .eltdf-mobile-menu-icon .eldtf-amedeo-svg-burger:hover rect:nth-of-type(3), .eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-svg-path .eltdf-mobile-menu-icon .eldtf-amedeo-svg-burger:hover rect:nth-of-type(4) {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-svg-path .eltdf-mobile-menu-icon>* {
	vertical-align: middle;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-predefined {
	line-height: 1;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-predefined .eltdf-hm-lines {
	display: block;
	height: 17px;
	position: relative;
	width: 23px;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-predefined .eltdf-hm-lines .eltdf-hm-line {
	background-color: currentColor;
	border-radius: 12px;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-1 {
	top: 0;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-2 {
	top: 7px;
}

.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-3 {
	bottom: 0;
}

.eltdf-mobile-header .eltdf-mobile-nav {
	background-color: #fff;
	border-bottom: 1px solid #000;
	display: none;
	width: 100%;
}

.eltdf-mobile-header .eltdf-mobile-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.eltdf-mobile-header .eltdf-mobile-nav ul li {
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transform: translateZ(0);
}

.eltdf-mobile-header .eltdf-mobile-nav ul li a>span, .eltdf-mobile-header .eltdf-mobile-nav ul li h6>span {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	padding: 0 20px 0 0;
	position: relative;
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}

.eltdf-mobile-header .eltdf-mobile-nav ul li a>span:before, .eltdf-mobile-header .eltdf-mobile-nav ul li h6>span:before {
	background: currentColor;
	content: "";
	display: block;
	height: 1px;
	left: -20px;
	position: absolute;
	top: 50%;
	width: 9px;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}

.eltdf-mobile-header .eltdf-mobile-nav ul li:hover>a>span {
	padding: 0 0 0 20px;
}

.eltdf-mobile-header .eltdf-mobile-nav ul li:hover>a>span:before {
	left: 0;
}

@media only screen and (max-width:1024px) {
	.eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub:not(.eltdf-opened)>a>span, .eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub:not(.eltdf-opened)>h6>span {
		padding: 0;
	}
	
	.eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub:not(.eltdf-opened)>a>span:before, .eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub:not(.eltdf-opened)>h6>span:before {
		left: -20px;
	}
	
	.eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub.eltdf-active-item>a>span, .eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub.eltdf-active-item>h6>span, .eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub.eltdf-opened>a>span, .eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub.eltdf-opened>h6>span {
		padding: 0 0 0 20px;
	}
	
	.eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub.eltdf-active-item>a>span:before, .eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub.eltdf-active-item>h6>span:before, .eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub.eltdf-opened>a>span:before, .eltdf-mobile-header .eltdf-mobile-nav ul li.has_sub.eltdf-opened>h6>span:before {
		left: 0;
	}
}

.eltdf-mobile-header .eltdf-mobile-nav ul li a, .eltdf-mobile-header .eltdf-mobile-nav ul li h6 {
	font-family: Inconsolata, sans-serif;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 9px 0;
	position: relative;
}

.eltdf-mobile-header .eltdf-mobile-nav .eltdf-grid>ul>li.eltdf-active-item>a>span, .eltdf-mobile-header .eltdf-mobile-nav .eltdf-grid>ul>li.eltdf-active-item>h6>span, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-ancestor>a>span, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-ancestor>h6>span, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-item>a>span, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-item>h6>span {
	padding: 0 0 0 20px;
}

.eltdf-mobile-header .eltdf-mobile-nav ul ul {
	display: none;
	margin-left: 20px;
}

.eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-ancestor>a>span:before, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-ancestor>h6>span:before, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-item>a>span:before, .eltdf-mobile-header .eltdf-mobile-nav ul ul li.current-menu-item>h6>span:before {
	left: 0;
}

.eltdf-mobile-header .eltdf-mobile-nav .eltdf-grid>ul>li.eltdf-active-item>a>span:before, .eltdf-mobile-header .eltdf-mobile-nav .eltdf-grid>ul>li.eltdf-active-item>h6>span:before {
	left: 0;
}

.eltdf-mobile-header .eltdf-mobile-nav .eltdf-grid>ul>li>a, .eltdf-mobile-header .eltdf-mobile-nav .eltdf-grid>ul>li>h6 {
	font-size: 14px;
}

.eltdf-mobile-header .eltdf-mobile-nav .mobile_arrow {
	box-sizing: border-box;
	font-size: 17px;
	height: auto;
	line-height: inherit;
	padding: 8px 12px 8px 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 50px;
}

.eltdf-mobile-header .eltdf-mobile-nav .mobile_arrow:hover {
	cursor: pointer;
}

.eltdf-mobile-header .eltdf-mobile-nav .mobile_arrow .eltdf-sub-arrow {
	line-height: 1;
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.eltdf-mobile-header .eltdf-mobile-nav>.eltdf-grid>ul>li:last-child>a, .eltdf-mobile-header .eltdf-mobile-nav>ul>li:last-child>a {
	border-bottom: none;
}

.eltdf-sticky-up-mobile-header .eltdf-animate-mobile-header .eltdf-mobile-header-inner {
	width: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .4s ease-in-out, left .2s ease, right .2s ease;
	-moz-transition: -moz-transform .4s ease-in-out, left .2s ease, right .2s ease;
	transition: transform .4s ease-in-out, left .2s ease, right .2s ease;
}

.eltdf-sticky-up-mobile-header .mobile-header-appear .eltdf-mobile-header-inner {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.eltdf-sticky-header {
	height: 95px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .6s ease;
	-moz-transition: -moz-transform .6s ease;
	transition: transform .6s ease;
	-webkit-backface-visibility: hidden;
}

.eltdf-sticky-header .eltdf-grid {
	height: 100% !important;
}

.eltdf-sticky-header.header-appear {
	transform: translateY(0);
}

.admin-bar .eltdf-sticky-header.header-appear {
	top: 32px;
}

.eltdf-sticky-header .eltdf-sticky-holder {
	background-color: #fff;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	height: 100%;
	position: relative;
	z-index: 2;
}

.eltdf-sticky-header .eltdf-sticky-holder .eltdf-logo-wrapper a {
	max-height: 95px;
}

.eltdf-sticky-header .eltdf-sticky-holder .eltdf-vertical-align-containers {
	padding: 0 40px;
}

.eltdf-sticky-header .eltdf-sticky-holder.eltdf-menu-left .eltdf-main-menu {
	padding: 0 0 0 20px;
	width: auto;
}

.eltdf-sticky-header .eltdf-sticky-holder.eltdf-menu-left .eltdf-vertical-align-containers .eltdf-position-left-inner {
	height: 100%;
}

.eltdf-sticky-header .eltdf-sticky-holder.eltdf-menu-left .eltdf-vertical-align-containers .eltdf-position-right:before {
	display: none;
}

.eltdf-sticky-header .eltdf-sticky-holder.eltdf-menu-left .eltdf-vertical-align-containers .eltdf-position-right-inner {
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.eltdf-sticky-header .eltdf-sticky-holder.eltdf-menu-center .eltdf-vertical-align-containers .eltdf-position-center-inner {
	height: 100%;
}

.eltdf-sticky-header .eltdf-sticky-holder.eltdf-menu-center .eltdf-vertical-align-containers .eltdf-position-right:before {
	display: none;
}

.eltdf-sticky-header .eltdf-sticky-holder.eltdf-menu-center .eltdf-vertical-align-containers .eltdf-position-right-inner {
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.eltdf-sticky-header .eltdf-sticky-holder.eltdf-menu-right .eltdf-main-menu {
	width: auto;
}

.eltdf-search-page-holder, .eltdf-search-page-holder .eltdf-search-page-form, .eltdf-top-bar {
	width: 100%;
	vertical-align: middle;
	position: relative;
}

.eltdf-sticky-header .eltdf-sticky-holder.eltdf-menu-right .eltdf-vertical-align-containers .eltdf-position-right-inner {
	height: 100%;
}

.eltdf-sticky-header .widget {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.eltdf-top-bar {
	display: inline-block;
	background-color: #000;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	height: 38px;
	line-height: 1;
	z-index: 110;
}

.eltdf-top-bar>.eltdf-vertical-align-containers {
	padding: 0 40px;
}

.eltdf-top-bar .eltdf-vertical-align-containers .eltdf-position-left:before, .eltdf-top-bar .eltdf-vertical-align-containers .eltdf-position-right:before {
	display: none;
}

.eltdf-top-bar .eltdf-vertical-align-containers .eltdf-position-left-inner, .eltdf-top-bar .eltdf-vertical-align-containers .eltdf-position-right-inner {
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.eltdf-top-bar .eltdf-grid {
	height: 100%;
}

.eltdf-top-bar .eltdf-grid .eltdf-vertical-align-containers {
	padding-left: 0;
	padding-right: 0;
}

.eltdf-top-bar-in-grid-padding .eltdf-top-bar .eltdf-grid .eltdf-vertical-align-containers {
	padding: 0 40px;
}

.eltdf-top-bar .widget {
	margin: 0;
}

.eltdf-search-opener {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1;
	margin: 0 10px;
}

.eltdf-search-opener .eltdf-search-opener-wrapper {
	display: block;
}

.eltdf-search-opener .eltdf-search-opener-wrapper>* {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
}

.eltdf-search-opener .eltdf-search-opener-wrapper>:before {
	display: block;
	line-height: inherit;
}

.eltdf-search-opener.eltdf-search-opener-svg-path .eltdf-search-opener-wrapper>* {
	vertical-align: middle;
}

.eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-search-opener, .eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-search-opener:hover, .eltdf-light-header .eltdf-top-bar .eltdf-search-opener, .eltdf-light-header .eltdf-top-bar .eltdf-search-opener:hover {
	color: #fff !important;
}

.eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-search-opener, .eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-search-opener:hover, .eltdf-dark-header .eltdf-top-bar .eltdf-search-opener, .eltdf-dark-header .eltdf-top-bar .eltdf-search-opener:hover {
	color: #000 !important;
}

.eltdf-search-page-holder {
	display: inline-block;
	margin: 0 0 80px;
}

.eltdf-search-page-holder .eltdf-search-page-form {
	display: inline-block;
	margin: 0 0 30px;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-search-title {
	margin: 0 0 20px;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-search-label {
	display: block;
	font-size: 13px;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 0 0 10px;
	border-bottom: 1px solid #000;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-column-left {
	display: table-cell;
	vertical-align: top;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-column-right {
	display: table-cell;
	width: 1%;
	text-align: left;
	vertical-align: top;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-search-field {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 20px 0 3px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border: none;
	outline: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-search-field::-webkit-input-placeholder {
	color: inherit;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-search-field:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-search-field::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-search-field:-ms-input-placeholder {
	color: inherit;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-search-submit {
	position: relative;
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 18px;
	color: #000;
	background-color: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	vertical-align: middle;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.eltdf-search-page-holder .eltdf-search-page-form .eltdf-form-holder .eltdf-search-submit:hover {
	color: #000;
}

.eltdf-search-page-holder article {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 30px 0;
	margin: 0;
	border-bottom: 1px solid #000;
}

.eltdf-search-page-holder article.sticky .eltdf-post-title a {
	color: #595959;
}

.eltdf-search-page-holder article.page .eltdf-post-title-area .eltdf-post-info>div.eltdf-post-info-category {
	display: none;
}

.eltdf-search-page-holder article .eltdf-post-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-search-page-holder article .eltdf-post-image {
	display: block;
	float: left;
	width: 130px;
}

.eltdf-search-page-holder article .eltdf-post-image a, .eltdf-search-page-holder article .eltdf-post-image img {
	display: block;
}

.eltdf-search-page-holder article .eltdf-post-title-area {
	min-height: 130px;
	padding: 0 0 0 150px;
}

.eltdf-search-page-holder article .eltdf-post-title-area.eltdf-no-thumbnail {
	padding: 0;
	min-height: inherit;
}

.eltdf-search-page-holder article .eltdf-post-title-area .eltdf-post-title-area-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.eltdf-search-page-holder article .eltdf-post-title-area .eltdf-post-title-area-inner .eltdf-post-title {
	margin: 0;
}

.eltdf-search-page-holder article .eltdf-post-title-area .eltdf-post-title-area-inner .eltdf-post-excerpt {
	margin: 7px 0 0;
}

.eltdf-search-page-holder .eltdf-blog-pagination {
	margin: 50px 0 0;
}

.eltdf-fullscreen-search-holder {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 105;
}

.eltdf-fullscreen-search-holder .eltdf-fullscreen-search-table {
	display: table;
	height: 100%;
	width: 100%;
}

.eltdf-fullscreen-search-holder .eltdf-fullscreen-search-cell {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.eltdf-fullscreen-search-holder .eltdf-search-title {
	margin: 0 0 50px;
}

.eltdf-fullscreen-search-holder .eltdf-form-holder-inner {
	margin: auto;
	position: relative;
	width: 45%;
}

.eltdf-fullscreen-search-holder .eltdf-form-holder-inner .eltdf-line {
	border-bottom: 1px solid #000;
	bottom: -2px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all .3s .2s;
	-moz-transition: all .3s .2s;
	transition: all .3s .2s;
}

.eltdf-fullscreen-search-opened .eltdf-fullscreen-search-holder .eltdf-form-holder-inner .eltdf-line {
	width: 100%;
	-webkit-transition: width .5s ease .6s;
	-moz-transition: width .5s ease .6s;
	transition: width .5s ease .6s;
}

.eltdf-fullscreen-search-holder .eltdf-field-holder {
	display: block;
	position: relative;
}

.eltdf-fullscreen-search-holder .eltdf-search-field {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #000;
	font-family: inherit;
	font-size: 25px;
	height: auto;
	line-height: 3.36em;
	margin: 0;
	outline: 0;
	padding: 0 33px;
	position: relative;
	width: 100%;
}

.eltdf-fullscreen-search-holder .eltdf-search-submit {
	background-color: transparent;
	border: none;
	bottom: -20px;
	color: #000;
	cursor: pointer;
	opacity: 0;
	outline: 0;
	position: absolute;
	right: 25px;
	width: auto;
	-webkit-transition: all .3s .2s;
	-moz-transition: all .3s .2s;
	transition: all .3s .2s;
}

.eltdf-fullscreen-search-holder .eltdf-search-submit:hover {
	color: #000;
}

.eltdf-fullscreen-search-opened .eltdf-fullscreen-search-holder .eltdf-search-submit {
	bottom: 22px;
	opacity: 1;
	-webkit-transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
	-moz-transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
	transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
}

.eltdf-fullscreen-search-holder .eltdf-search-submit.eltdf-search-submit-icon-pack {
	font-size: 26px;
	line-height: 1em;
}

.eltdf-fullscreen-search-holder .eltdf-search-close {
	color: #000;
	opacity: 0;
	position: absolute;
	right: 70px;
	top: 33px;
	visibility: hidden;
	z-index: 1;
}

.admin-bar .eltdf-fullscreen-search-holder .eltdf-search-close {
	top: 72px;
}

.eltdf-fullscreen-search-holder .eltdf-search-close:hover {
	color: #000;
}

.eltdf-fullscreen-search-holder .eltdf-search-close.eltdf-search-close-icon-pack {
	font-size: 25px;
	line-height: 1em;
}

.eltdf-side-menu a.eltdf-close-side-menu.eltdf-close-side-menu-icon-pack, .eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-icon-pack .eltdf-side-menu-icon {
	font-size: 20px;
}

.eltdf-fullscreen-search-holder .eltdf-search-close.eltdf-search-close-icon-pack *, .eltdf-fullscreen-search-holder .eltdf-search-close.eltdf-search-close-icon-pack :before {
	display: block;
	line-height: inherit;
}

.eltdf-side-menu-button-opener, .eltdf-side-menu-button-opener .eltdf-side-menu-icon, .eltdf-side-menu-button-opener .eltdf-side-menu-title {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.eltdf-fullscreen-search-holder .eltdf-search-close.eltdf-search-close-svg-path>* {
	vertical-align: middle;
}

.eltdf-search-fade .eltdf-fullscreen-search-holder {
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	z-index: 112;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.eltdf-search-fade .eltdf-fullscreen-search-holder .eltdf-fullscreen-search-table {
	background-color: rgba(255, 255, 255, .98);
}

.eltdf-search-fade-out.eltdf-search-fade .eltdf-fullscreen-search-holder {
	-webkit-animation: search_fade_out .2s ease-out both;
	-moz-animation: search_fade_out .2s ease-out both;
	animation: search_fade_out .2s ease-out both;
}

.eltdf-search-fade-in.eltdf-search-fade .eltdf-fullscreen-search-holder.eltdf-animate {
	-webkit-animation: search_fade_in .3s ease both;
	-moz-animation: search_fade_in .3s ease both;
	animation: search_fade_in .3s ease both;
}

.eltdf-search-fade .eltdf-fullscreen-search-holder.eltdf-animate .eltdf-search-close {
	opacity: 1;
	visibility: visible;
}

@-webkit-keyframes search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	
	100% {
		opacity: 1;
		visibility: visible;
	}
}

.eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-side-menu-button-opener, .eltdf-light-header .eltdf-top-bar .eltdf-side-menu-button-opener {
	color: #fff !important;
}

.eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-side-menu-button-opener, .eltdf-dark-header .eltdf-top-bar .eltdf-side-menu-button-opener {
	color: #000 !important;
}

.eltdf-side-menu-button-opener .eltdf-side-menu-title {
	color: currentColor;
	margin: 0 8px 0 0;
}

.eltdf-side-menu a.eltdf-close-side-menu:hover, .eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-svg-path:hover {
	color: #000;
}

.eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-icon-pack .eltdf-side-menu-icon *, .eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-icon-pack .eltdf-side-menu-icon :before {
	display: block;
	line-height: inherit;
}

.eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-svg-path .eltdf-side-menu-icon>* {
	vertical-align: middle;
}

.eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-predefined {
	line-height: 1;
}

.eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-predefined .eltdf-hm-lines {
	display: block;
	height: 17px;
	position: relative;
	width: 23px;
}

.eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-predefined .eltdf-hm-lines .eltdf-hm-line {
	background-color: currentColor;
	border-radius: 12px;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease;
}

.eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-1 {
	top: 0;
}

.eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-2 {
	top: 7px;
}

.eltdf-side-menu-button-opener.eltdf-side-menu-button-opener-predefined .eltdf-hm-lines .eltdf-hm-line.eltdf-line-3 {
	bottom: 0;
}

.eltdf-side-menu {
	background-color: #fff;
	box-shadow: -3px 0 3px rgba(0, 0, 0, .04);
	box-sizing: border-box;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	padding: 75px;
	position: fixed;
	right: -400px;
	text-align: left;
	top: 0;
	visibility: hidden;
	width: 400px;
	z-index: 9999;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-webkit-backface-visibility: hidden;
}

.eltdf-image-gallery.eltdf-has-shadow .eltdf-ig-image-inner, .eltdf-image-gallery.eltdf-has-shadow.eltdf-ig-carousel-type .eltdf-ig-image, .eltdf-image-gallery.eltdf-has-shadow.eltdf-ig-slider-type .eltdf-ig-image, .eltdf-image-with-text-holder.eltdf-has-shadow .eltdf-iwt-image, .eltdf-portfolio-list-holder.eltdf-pl-has-shadow article .eltdf-pli-image, .eltdf-portfolio-list-holder.eltdf-pl-info-follow-cursor.eltdf-pl-has-shadow .eltdf-pl-item-inner, .eltdf-portfolio-list-holder.eltdf-pl-info-slide-up.eltdf-pl-has-shadow .eltdf-pl-item-inner, .eltdf-portfolio-list-holder.eltdf-pl-overlay-boxed.eltdf-pl-has-shadow .eltdf-pl-item-inner, .eltdf-portfolio-list-holder.eltdf-pl-overlay-shader.eltdf-pl-has-shadow .eltdf-pl-item-inner, .eltdf-single-image-holder.eltdf-has-shadow .eltdf-si-inner {
	box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09);
}

.eltdf-side-menu a.eltdf-close-side-menu {
	color: #000;
	display: block;
	position: absolute;
	right: 40px;
	top: 33px;
	z-index: 1000;
}

.admin-bar .eltdf-side-menu a.eltdf-close-side-menu {
	top: 68px;
}

.eltdf-side-menu a.eltdf-close-side-menu.eltdf-close-side-menu-icon-pack *, .eltdf-side-menu a.eltdf-close-side-menu.eltdf-close-side-menu-icon-pack :before {
	display: block;
	line-height: inherit;
}

.eltdf-side-menu a.eltdf-close-side-menu.eltdf-close-side-menu-svg-path>* {
	vertical-align: middle;
}

.eltdf-right-side-menu-opened .eltdf-fixed-wrapper.fixed, .eltdf-right-side-menu-opened .eltdf-sticky-header, .eltdf-right-side-menu-opened .eltdf-wrapper, .eltdf-right-side-menu-opened .mobile-header-appear .eltdf-mobile-header-inner, .eltdf-right-side-menu-opened footer.eltdf-footer-uncover {
	left: 0;
}

.eltdf-side-menu-slide-from-right .eltdf-wrapper {
	background-color: #fff;
	position: relative;
	z-index: 1000;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

.eltdf-side-menu-slide-from-right .eltdf-wrapper .eltdf-cover {
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
	-webkit-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
	transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
}

.eltdf-side-menu-slide-from-right .eltdf-fixed-wrapper.fixed, .eltdf-side-menu-slide-from-right .eltdf-sticky-header, .eltdf-side-menu-slide-from-right footer.eltdf-footer-uncover {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

.eltdf-side-menu-slide-from-right.eltdf-right-side-menu-opened .eltdf-cover {
	opacity: 1;
	z-index: 1002;
}

.eltdf-side-menu-slide-from-right.eltdf-right-side-menu-opened .eltdf-side-menu {
	right: 0;
	visibility: visible;
}

@media only screen and (max-width:1440px) {
	.eltdf-side-menu-slide-from-right .eltdf-side-menu {
		padding: 30px 65px 65px;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-side-menu-slide-from-right .eltdf-side-menu {
		padding: 55px;
	}
}

.eltdf-title-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	height: 240px;
	background-color: #f6f6f6;
	background-position: center 0;
	background-repeat: no-repeat;
	z-index: 101;
}

.eltdf-title-holder.eltdf-title-full-width .eltdf-grid {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 0 40px;
	box-sizing: border-box;
}

.eltdf-title-holder.eltdf-bg-responsive {
	height: auto !important;
}

.eltdf-title-holder.eltdf-bg-responsive .eltdf-title-image {
	display: block;
}

.eltdf-title-holder.eltdf-bg-responsive .eltdf-title-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.eltdf-title-holder.eltdf-bg-parallax {
	background-attachment: fixed;
}

.eltdf-title-holder .eltdf-title-image {
	display: none;
}

.eltdf-title-holder .eltdf-title-image img {
	display: block;
	width: 100%;
}

.eltdf-title-holder .eltdf-title-wrapper {
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
}

.eltdf-title-holder .eltdf-title-inner {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.eltdf-title-holder.eltdf-left-with-breadcrumbs-type .eltdf-breadcrumbs, .eltdf-title-holder.eltdf-left-with-breadcrumbs-type .eltdf-page-title {
	display: table-cell;
	vertical-align: baseline;
}

.eltdf-title-holder.eltdf-left-with-breadcrumbs-type .eltdf-page-title {
	line-height: 1em;
	margin: 0;
	padding: 0 30px 0 0;
	white-space: nowrap;
	width: 1%;
}

.eltdf-title-holder.eltdf-left-with-breadcrumbs-type .eltdf-breadcrumbs {
	line-height: 1em;
	width: 99%;
}

.eltdf-title-holder.eltdf-left-with-breadcrumbs-type .eltdf-breadcrumbs a {
	color: inherit;
}

.eltdf-title-holder.eltdf-left-with-breadcrumbs-type .eltdf-page-subtitle {
	line-height: 1em;
	margin: 20px 0 0;
}

.eltdf-title-holder.eltdf-transparent-outline-type {
	background-clip: content-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 40px;
	position: relative;
}

.eltdf-title-holder.eltdf-transparent-outline-type .eltdf-grid {
	height: 100%;
	padding: 0;
}

.eltdf-title-holder.eltdf-transparent-outline-type .eltdf-page-title {
	bottom: -81px;
	font-size: 400px;
	left: 50%;
	letter-spacing: 0;
	line-height: 1em;
	margin: 0;
	position: absolute;
	white-space: nowrap;
	color: currentColor;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.eltdf-title-holder.eltdf-transparent-outline-type .eltdf-page-title>* {
	font-weight: 700;
}

.eltdf-icon-widget-holder>*, .eltdf-social-icon-widget-holder .eltdf-social-icon-widget {
	line-height: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.widget.eltdf-custom-font-widget, .widget.eltdf-custom-font-widget>* {
	margin: 0;
}

.eltdf-icon-widget-holder {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.eltdf-icon-widget-holder>* {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	text-transform: inherit;
}

.eltdf-icon-widget-holder .eltdf-icon-text {
	padding: 0 0 0 10px;
}

.eltdf-icon-widget-holder .eltdf-icon-text.eltdf-no-icon {
	padding: 0;
}

.eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-icon-widget-holder, .eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-icon-widget-holder:hover {
	color: #000 !important;
}

.eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-icon-widget-holder, .eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-icon-widget-holder:hover {
	color: #fff !important;
}

.widget.eltdf-image-gallery-widget {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.widget.eltdf-image-gallery-widget img {
	display: block;
	width: 100%;
}

.widget.eltdf-separator-widget {
	margin: 0 !important;
}

.eltdf-social-icon-widget-holder {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.eltdf-social-icon-widget-holder .eltdf-social-icon-widget {
	color: inherit;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.eltdf-social-icon-widget-holder .eltdf-social-icon-widget:hover {
	color: inherit;
}

.eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-social-icon-widget-holder, .eltdf-dark-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-social-icon-widget-holder:hover {
	color: #000 !important;
}

.eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-social-icon-widget-holder, .eltdf-light-header .eltdf-page-header>div:not(.eltdf-sticky-header):not(.fixed) .eltdf-social-icon-widget-holder:hover {
	color: #fff !important;
}

.eltdf-social-icons-group-widget.eltdf-square-icons .eltdf-social-icon-widget-holder {
	position: relative;
	width: 44px;
	height: 44px;
	margin: 0 7px;
	font-size: 17px;
	color: #fff;
	background-color: #000;
}

.eltdf-social-icons-group-widget.eltdf-square-icons .eltdf-social-icon-widget-holder:hover {
	color: #000;
	background-color: #595959;
}

.eltdf-social-icons-group-widget.eltdf-square-icons .eltdf-social-icon-widget-holder .eltdf-social-icon-widget {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.eltdf-social-icons-group-widget.eltdf-square-icons.eltdf-light-skin .eltdf-social-icon-widget-holder {
	color: #000;
	background-color: #fff;
}

.eltdf-social-icons-group-widget.eltdf-square-icons.eltdf-light-skin .eltdf-social-icon-widget-holder:hover {
	color: #000;
	background-color: #595959;
}

.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	text-align: center;
}

.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder:first-child {
	margin-left: 0;
}

.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder:last-child {
	margin-right: 0;
}

.eltdf-widget-sticky-sidebar {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: 0 0 !important;
}

body.tax-portfolio-category .eltdf-content .eltdf-content-inner>.eltdf-container>.eltdf-container-inner, body.tax-portfolio-category .eltdf-content .eltdf-content-inner>.eltdf-full-width>.eltdf-full-width-inner, body.tax-portfolio-tag .eltdf-content .eltdf-content-inner>.eltdf-container>.eltdf-container-inner, body.tax-portfolio-tag .eltdf-content .eltdf-content-inner>.eltdf-full-width>.eltdf-full-width-inner {
	padding-bottom: 70px;
}

.eltdf-portfolio-single-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 0 0 100px;
}

.eltdf-portfolio-single-holder .eltdf-ps-image-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-portfolio-single-holder .eltdf-ps-image-holder .eltdf-ps-image:not(.eltdf-item-space) {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
}

.eltdf-portfolio-single-holder .eltdf-ps-image-holder .eltdf-ps-image a, .eltdf-portfolio-single-holder .eltdf-ps-image-holder .eltdf-ps-image img {
	position: relative;
	display: block;
	width: 100%;
}

.eltdf-portfolio-single-holder .eltdf-ps-info-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 0 0 4px;
}

.eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item a, .eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item p {
	display: inline-block;
	margin: 0;
}

.eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item .eltdf-ps-info-title {
	display: inline-block;
	margin: 0 10px 0 0;
}

.eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item .eltdf-ps-info-date, .eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item a {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
}

.eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item.eltdf-ps-social-share {
	margin: 8px 0 0;
}

.eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item .eltdf-ps-info-category:not(:last-child):after, .eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item .eltdf-ps-info-tag:not(:last-child):after {
	content: ", ";
}

.eltdf-portfolio-single-holder .eltdf-grid-row {
	padding: 0 0 128px;
}

.eltdf-portfolio-single-holder.eltdf-ps-huge-images-layout .eltdf-ps-content-item, .eltdf-portfolio-single-holder.eltdf-ps-small-gallery-layout .eltdf-ps-content-item, .eltdf-portfolio-single-holder.eltdf-ps-small-images-layout .eltdf-ps-content-item, .eltdf-portfolio-single-holder.eltdf-ps-small-masonry-layout .eltdf-ps-content-item, .eltdf-portfolio-single-holder.eltdf-ps-small-slider-layout .eltdf-ps-content-item {
	margin: 0 0 34px;
}

.eltdf-portfolio-single-holder.eltdf-ps-gallery-layout>.eltdf-grid-row, .eltdf-portfolio-single-holder.eltdf-ps-images-layout>.eltdf-grid-row, .eltdf-portfolio-single-holder.eltdf-ps-masonry-layout>.eltdf-grid-row, .eltdf-portfolio-single-holder.eltdf-ps-slider-layout>.eltdf-grid-row {
	margin-top: 76px;
}

.eltdf-portfolio-single-holder.eltdf-ps-gallery-layout .eltdf-ps-content-item, .eltdf-portfolio-single-holder.eltdf-ps-images-layout .eltdf-ps-content-item, .eltdf-portfolio-single-holder.eltdf-ps-masonry-layout .eltdf-ps-content-item, .eltdf-portfolio-single-holder.eltdf-ps-slider-layout .eltdf-ps-content-item {
	padding-right: 7%;
}

.eltdf-portfolio-single-holder .eltdf-ps-image-holder.eltdf-grid-masonry-list .eltdf-ps-image a {
	height: 100%;
}

.eltdf-portfolio-single-holder.eltdf-ps-gallery-layout .eltdf-ps-image-holder {
	width: 100%;
}

.eltdf-portfolio-single-holder.eltdf-ps-gallery-layout .eltdf-ps-image-holder .eltdf-ps-image {
	float: left;
}

.eltdf-portfolio-single-holder.eltdf-ps-gallery-layout .eltdf-ps-image-holder .eltdf-ps-image a {
	overflow: hidden;
	position: relative;
}

.eltdf-portfolio-single-holder.eltdf-ps-gallery-layout .eltdf-ps-image-holder .eltdf-ps-image a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-portfolio-single-holder.eltdf-ps-gallery-layout .eltdf-ps-image-holder .eltdf-ps-image a:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-portfolio-single-holder.eltdf-ps-huge-images-layout {
	padding: 0 4%;
	box-sizing: border-box;
}

.eltdf-portfolio-single-holder.eltdf-ps-huge-images-layout .eltdf-ps-image-holder {
	margin: 0 0 40px;
}

.eltdf-portfolio-single-holder.eltdf-ps-huge-images-layout .eltdf-ps-image-holder .eltdf-ps-image {
	margin: 0 0 30px;
}

.eltdf-portfolio-single-holder.eltdf-ps-huge-images-layout .eltdf-ps-image-holder .eltdf-ps-image:last-child {
	margin: 0;
}

@media only screen and (max-width:1200px) {
	.eltdf-portfolio-single-holder.eltdf-ps-huge-images-layout {
		padding: 0 40px;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-portfolio-single-holder.eltdf-ps-huge-images-layout {
		padding: 0 30px;
	}
}

.eltdf-portfolio-single-holder.eltdf-ps-images-layout .eltdf-ps-image-holder .eltdf-ps-image {
	margin: 0 0 30px;
}

.eltdf-portfolio-single-holder.eltdf-ps-images-layout .eltdf-ps-image-holder .eltdf-ps-image:last-child {
	margin: 0;
}

.eltdf-portfolio-single-holder.eltdf-ps-slider-layout .eltdf-ps-image-holder .eltdf-ps-image-inner {
	visibility: hidden;
}

.eltdf-portfolio-single-holder.eltdf-ps-slider-layout .eltdf-ps-image-holder .eltdf-ps-image img, .eltdf-portfolio-single-holder.eltdf-ps-small-gallery-layout .eltdf-ps-image-holder {
	width: 100%;
}

.eltdf-portfolio-single-holder.eltdf-ps-small-gallery-layout .eltdf-ps-image-holder .eltdf-ps-image {
	float: left;
}

.eltdf-portfolio-single-holder.eltdf-ps-small-gallery-layout .eltdf-ps-image-holder .eltdf-ps-image a {
	overflow: hidden;
	position: relative;
}

.eltdf-portfolio-single-holder.eltdf-ps-small-gallery-layout .eltdf-ps-image-holder .eltdf-ps-image a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-portfolio-single-holder.eltdf-ps-small-gallery-layout .eltdf-ps-image-holder .eltdf-ps-image a:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-portfolio-single-holder.eltdf-ps-small-images-layout .eltdf-ps-image-holder .eltdf-ps-image {
	margin: 0 0 20px;
}

.eltdf-portfolio-single-holder.eltdf-ps-small-images-layout .eltdf-ps-image-holder .eltdf-ps-image:last-child {
	margin: 0;
}

.eltdf-portfolio-single-holder.eltdf-ps-small-slider-layout .eltdf-ps-image-holder .eltdf-ps-image-inner {
	visibility: hidden;
}

.eltdf-portfolio-single-holder.eltdf-ps-small-slider-layout .eltdf-ps-image-holder .eltdf-ps-image img {
	width: 100%;
}

.eltdf-portfolio-single-nav {
	height: 195px;
	margin-top: 60px;
	padding: 20px 0;
	position: relative;
	text-align: center;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-back-btn {
	display: inline-block;
	font-size: 33px;
	line-height: 195px;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-back-btn, .eltdf-portfolio-single-nav .eltdf-portfolio-next, .eltdf-portfolio-single-nav .eltdf-portfolio-prev {
	height: 195px;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-next, .eltdf-portfolio-single-nav .eltdf-portfolio-prev {
	position: absolute;
	top: 20px;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-next a, .eltdf-portfolio-single-nav .eltdf-portfolio-prev a {
	display: table;
	height: 195px;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-next a img, .eltdf-portfolio-single-nav .eltdf-portfolio-prev a img {
	display: table-cell;
	height: 195px;
	vertical-align: top;
	width: 160px;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-next a .eltdf-nav-item, .eltdf-portfolio-single-nav .eltdf-portfolio-prev a .eltdf-nav-item {
	display: table-cell;
	height: 195px;
	vertical-align: middle;
	width: auto;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-next a .eltdf-nav-item h6, .eltdf-portfolio-single-nav .eltdf-portfolio-prev a .eltdf-nav-item h6 {
	color: #000;
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	margin: 1px 0 0;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-next a .eltdf-nav-item span, .eltdf-portfolio-single-nav .eltdf-portfolio-prev a .eltdf-nav-item span {
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	display: inline-block;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-prev {
	left: 0;
	text-align: left;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-prev img {
	padding-right: 27px;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-prev span {
	padding-right: 16px;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-next {
	right: 0;
	text-align: right;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-next img {
	padding-left: 27px;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-next span {
	padding-left: 16px;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-next:hover a .eltdf-nav-item h6, .eltdf-portfolio-single-nav .eltdf-portfolio-prev:hover a .eltdf-nav-item h6 {
	color: #595959;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-back-btn {
	position: relative;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-back-btn a {
	color: #000;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-back-btn:hover a {
	color: #595959;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-back-btn:before {
	position: absolute;
	top: -20px;
	left: 14px;
	width: 1px;
	height: 235px;
	content: "";
	display: block;
	background: #000;
	z-index: -1;
}

.eltdf-ps-related-posts-holder, .eltdf-ps-related-posts-holder .eltdf-ps-related-post, .eltdf-ps-related-posts-holder .eltdf-ps-related-post-image {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
}

.eltdf-portfolio-single-nav .eltdf-portfolio-back-btn svg {
	border: 6px solid #fff;
	background: #fff;
}

.eltdf-ps-related-posts-holder {
	width: 100%;
	margin: 0 0 80px;
	padding: 0;
}

.eltdf-ps-related-posts-holder .eltdf-ps-related-posts-title {
	margin: 0 0 31px;
	text-align: center;
}

.eltdf-ps-related-posts-holder .eltdf-ps-related-posts-inner {
	margin: 0 -15px;
}

.eltdf-ps-related-posts-holder .eltdf-ps-related-post {
	float: left;
	padding: 0 15px;
	width: 25%;
}

@media only screen and (max-width:1024px) {
	.eltdf-ps-related-posts-holder .eltdf-ps-related-post {
		margin-bottom: 30px;
		width: 50%;
	}
	
	.eltdf-ps-related-posts-holder .eltdf-ps-related-post:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-ps-related-posts-holder .eltdf-ps-related-post {
		width: 100%;
	}
}

.eltdf-ps-related-posts-holder .eltdf-ps-related-post-image {
	width: 100%;
	border: 1px solid #f2f2f2;
}

.eltdf-ps-related-posts-holder .eltdf-ps-related-post-image a {
	display: block;
	overflow: hidden;
	position: relative;
}

.eltdf-ps-related-posts-holder .eltdf-ps-related-post-image a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-ps-related-posts-holder .eltdf-ps-related-post-image a:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-ps-related-posts-holder .eltdf-ps-related-post-image a img {
	display: block;
	width: 100%;
}

.eltdf-portfolio-list-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

@media only screen and (max-width:1024px) {
	.eltdf-portfolio-list-holder.eltdf-four-columns:not([data-portfolio-slider-on=yes]) .eltdf-item-space {
		width: 50% !important;
		clear: none !important;
	}
}

@media only screen and (max-width:680px) {
	.eltdf-portfolio-list-holder.eltdf-four-columns:not([data-portfolio-slider-on=yes]) .eltdf-item-space {
		width: 100% !important;
	}
}

.eltdf-portfolio-list-holder article {
	z-index: 1;
}

.touch .eltdf-portfolio-list-holder article {
	cursor: pointer;
}

.eltdf-portfolio-list-holder article.eltdf-pli-parallax {
	z-index: 0;
}

.eltdf-portfolio-list-holder article .eltdf-pl-item-inner, .eltdf-portfolio-list-holder article .eltdf-pli-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-portfolio-list-holder article .eltdf-pli-image img {
	display: block;
	width: 100%;
}

.eltdf-portfolio-list-holder article .eltdf-pli-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.eltdf-portfolio-list-holder article .eltdf-pli-text-wrapper {
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
}

.eltdf-portfolio-list-holder article .eltdf-pli-text {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: bottom;
}

.eltdf-portfolio-list-holder article .eltdf-pli-text .eltdf-pli-title {
	margin: 0;
}

.eltdf-portfolio-list-holder article .eltdf-pli-text .eltdf-pli-category-holder {
	display: block;
	position: relative;
	margin: 3px 0 0;
}

.eltdf-portfolio-list-holder article .eltdf-pli-text .eltdf-pli-category-holder a {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0 6px 0 0;
	position: relative;
	vertical-align: middle;
	z-index: 8;
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
}

.eltdf-portfolio-list-holder article .eltdf-pli-text .eltdf-pli-category-holder a:last-child:after, .eltdf-portfolio-list-holder.eltdf-pl-no-content .eltdf-pli-text-holder {
	display: none;
}

.eltdf-portfolio-list-holder article .eltdf-pli-text .eltdf-pli-category-holder a:after {
	content: "/";
	padding: 0 0 0 3px;
}

.eltdf-portfolio-list-holder article .eltdf-pli-text .eltdf-pli-category-holder a:last-child {
	margin: 0;
	padding: 0;
}

.eltdf-portfolio-list-holder.eltdf-pl-has-filter .eltdf-pl-inner {
	overflow: hidden;
}

.eltdf-pl-filter-holder, .eltdf-pl-filter-holder ul, .eltdf-pl-filter-holder ul li, .eltdf-pl-filter-holder ul li h6 {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.eltdf-portfolio-list-holder.eltdf-pl-masonry.eltdf-fixed-masonry-items article .eltdf-pl-item-inner, .eltdf-portfolio-list-holder.eltdf-pl-masonry.eltdf-fixed-masonry-items article .eltdf-pli-image {
	height: 100%;
}

@media only screen and (max-width:1024px) {
	.eltdf-portfolio-list-holder.eltdf-pl-masonry .eltdf-pli-parallax img {
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
}

.eltdf-portfolio-list-holder.eltdf-pl-has-animation article {
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04);
	-moz-transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04);
	transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04);
}

.eltdf-portfolio-list-holder.eltdf-pl-has-animation article.eltdf-item-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.eltdf-portfolio-list-holder.eltdf-pl-has-animation article.eltdf-item-show.eltdf-item-shown {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.touch .eltdf-portfolio-list-holder.eltdf-pl-has-animation article {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.eltdf-pl-filter-holder {
	width: 100%;
	margin: 0 0 28px;
	text-align: center;
}

.eltdf-pl-filter-holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eltdf-pl-filter-holder ul li {
	cursor: pointer;
	margin: 0 0 10px;
	padding: 0 22px;
}

@media only screen and (max-width:1440px) {
	.eltdf-pl-filter-holder ul li {
		padding: 0 16px;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-pl-filter-holder ul li {
		padding: 0 10px;
	}
}

@media only screen and (max-width:480px) {
	.eltdf-pl-filter-holder ul li {
		width: 33%;
	}
}

.eltdf-pl-filter-holder ul li h6 {
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	margin: 5px 0;
	padding-right: 20px;
	-webkit-transition: color, padding .2s ease-out;
	-moz-transition: color, padding .2s ease-out;
	transition: color, padding .2s ease-out;
}

.eltdf-pl-filter-holder ul li h6:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 10px;
	height: 1px;
	background-color: currentColor;
	-webkit-transition: left .2s ease-out;
	-moz-transition: left .2s ease-out;
	transition: left .2s ease-out;
}

.eltdf-pl-standard-pagination, .eltdf-pl-standard-pagination ul {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.eltdf-pl-filter-holder ul li.eltdf-pl-current h6, .eltdf-pl-filter-holder ul li:hover h6 {
	padding: 0 0 0 20px;
}

.eltdf-pl-filter-holder ul li.eltdf-pl-current h6:before, .eltdf-pl-filter-holder ul li:hover h6:before {
	left: 4px;
}

.eltdf-portfolio-list-holder.eltdf-pl-pag-standard .eltdf-pl-inner {
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.eltdf-portfolio-list-holder.eltdf-pl-pag-standard.eltdf-pl-pag-standard-animate .eltdf-pl-inner {
	opacity: 0;
}

.eltdf-pl-standard-pagination {
	margin: 40px 0 0;
	clear: both;
}

.eltdf-pl-standard-pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.eltdf-pl-standard-pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 21px;
	font-family: Inconsolata, sans-serif;
}

.eltdf-pl-standard-pagination ul li a, .eltdf-pl-standard-pagination ul li span {
	width: 22px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.eltdf-pl-standard-pagination ul li a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.eltdf-pl-standard-pagination ul li a:hover {
	opacity: .8;
}

.eltdf-pl-standard-pagination ul li.eltdf-pag-active a {
	border-bottom: 1px solid #000;
}

.eltdf-pl-standard-pagination ul li.eltdf-pag-next, .eltdf-pl-standard-pagination ul li.eltdf-pag-prev {
	margin: 0;
}

.eltdf-pl-standard-pagination ul li.eltdf-pag-next a, .eltdf-pl-standard-pagination ul li.eltdf-pag-prev a {
	font-size: 18px;
	position: absolute;
}

.eltdf-pl-standard-pagination ul li.eltdf-pag-next a span, .eltdf-pl-standard-pagination ul li.eltdf-pag-prev a span {
	display: block;
	font-size: inherit;
	line-height: inherit;
}

.eltdf-pl-standard-pagination ul li.eltdf-pag-next a span:before, .eltdf-pl-standard-pagination ul li.eltdf-pag-prev a span:before {
	display: block;
	line-height: inherit;
}

.eltdf-pl-standard-pagination ul li.eltdf-pag-next a:hover, .eltdf-pl-standard-pagination ul li.eltdf-pag-prev a:hover {
	border: none;
	color: #595959;
}

.eltdf-pl-standard-pagination ul li.eltdf-pag-prev a {
	left: 0;
	opacity: 0;
}

.eltdf-pl-standard-pagination ul li.eltdf-pag-next a {
	right: 0;
	opacity: 1;
}

.eltdf-pl-load-more-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-pl-load-more-holder .eltdf-pl-load-more {
	margin: 60px 0 0;
	text-align: center;
}

.eltdf-pl-loading {
	color: #000;
	display: none;
	margin: 40px 0 20px;
	position: relative;
	text-align: center;
	width: 100%;
}

.eltdf-pl-loading.eltdf-filter-trigger {
	left: 0;
	position: absolute;
	top: 250px;
}

.eltdf-pl-loading.eltdf-standard-pag-trigger {
	left: 0;
	position: absolute;
	top: 50px;
}

.eltdf-pl-has-filter .eltdf-pl-loading.eltdf-standard-pag-trigger {
	top: 150px;
}

.eltdf-pl-loading.eltdf-showing {
	display: block;
}

.eltdf-pl-loading>div {
	background-color: #000;
	border-radius: 100%;
	display: inline-block;
	height: 14px;
	margin: 0 3px;
	position: relative;
	vertical-align: middle;
	width: 14px;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	-moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.eltdf-pl-loading .eltdf-pl-loading-bounce1 {
	animation-delay: -.32s;
	-moz-animation-delay: -.32s;
	-webkit-animation-delay: -.32s;
}

.eltdf-pl-loading .eltdf-pl-loading-bounce2 {
	animation-delay: -.16s;
	-moz-animation-delay: -.16s;
	-webkit-animation-delay: -.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes sk-bouncedelay {
	0%, 100%, 80% {
		-moz-transform: scale(0);
	}
	
	40% {
		-moz-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.eltdf-portfolio-list-holder.eltdf-pl-info-below-image article:hover .eltdf-pli-image img {
	-webkit-transform: translate3d(3%, 0, 0) scale(1.06);
	-moz-transform: translate3d(3%, 0, 0) scale(1.06);
	transform: translate3d(3%, 0, 0) scale(1.06);
}

.eltdf-portfolio-list-holder.eltdf-pl-info-below-image article .eltdf-pli-image {
	overflow: hidden;
}

.eltdf-portfolio-list-holder.eltdf-pl-info-below-image article .eltdf-pli-image img {
	-webkit-transform: translate3d(0, 0, 0) scale(1.06);
	-moz-transform: translate3d(0, 0, 0) scale(1.06);
	transform: translate3d(0, 0, 0) scale(1.06);
	-webkit-transition: transform .35s cubic-bezier(.4, .12, .4, .85);
	-moz-transition: transform .35s cubic-bezier(.4, .12, .4, .85);
	transition: transform .35s cubic-bezier(.4, .12, .4, .85);
}

.eltdf-portfolio-list-holder.eltdf-pl-info-below-image article .eltdf-pli-link {
	z-index: 2;
}

.eltdf-portfolio-list-holder.eltdf-pl-info-below-image .eltdf-pli-category, .eltdf-portfolio-list-holder.eltdf-pl-info-below-image .eltdf-pli-title {
	z-index: 1234;
	position: relative;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.eltdf-portfolio-list-holder.eltdf-pl-info-below-image .eltdf-pli-category:hover, .eltdf-portfolio-list-holder.eltdf-pl-info-below-image .eltdf-pli-title:hover {
	color: #595959;
}

.eltdf-portfolio-list-holder.eltdf-pl-info-below-image .eltdf-pli-text-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 22px 0 0;
}

@media only screen and (max-width:768px) {
	.eltdf-portfolio-list-holder.eltdf-pl-info-below-image .eltdf-pli-text-holder {
		margin: 25px 0 50px !important;
	}
}

.eltdf-portfolio-list-holder.eltdf-pl-info-follow-cursor .eltdf-pli-text {
	opacity: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.eltdf-pl-follow-info-holder {
	background: #fff;
	opacity: 0;
	padding: 21px 30px;
	pointer-events: none;
	position: fixed;
	z-index: 8000;
	-webkit-transition: opacity .15s ease;
	-moz-transition: opacity .15s ease;
	transition: opacity .15s ease;
}

.eltdf-pl-follow-info-holder .eltdf-pli-title {
	margin: 0;
}

.eltdf-pl-follow-info-holder .eltdf-pl-follow-info-category-holder {
	display: block;
	margin: 3px 0 0;
	position: relative;
}

.eltdf-pl-follow-info-holder .eltdf-pl-follow-info-category-holder a {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0 6px 0 0;
	position: relative;
	vertical-align: middle;
	z-index: 8;
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
}

.eltdf-pl-follow-info-holder .eltdf-pl-follow-info-category-holder a:after {
	content: "/";
	padding: 0 0 0 3px;
}

.eltdf-pl-follow-info-holder .eltdf-pl-follow-info-category-holder a:last-child {
	margin: 0;
	padding: 0;
}

.eltdf-portfolio-list-holder.eltdf-pl-info-slide-up article .eltdf-pli-category-holder, .eltdf-portfolio-list-holder.eltdf-pl-overlay-boxed article .eltdf-pli-category-holder {
	margin: 4px 0 0;
}

.eltdf-pl-follow-info-holder .eltdf-pl-follow-info-category-holder a:last-child:after {
	display: none;
}

.eltdf-pl-follow-info-holder.eltdf-is-active {
	opacity: 1;
}

.eltdf-portfolio-list-holder.eltdf-pl-info-slide-up article:hover .eltdf-pli-text-holder {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.eltdf-portfolio-list-holder.eltdf-pl-info-slide-up article:hover .eltdf-pli-text-holder .eltdf-pli-text {
	-webkit-transition: -webkit-transform .45s cubic-bezier(.64, .01, .15, 1.16), opacity .5s;
	-moz-transition: -moz-transform .45s cubic-bezier(.64, .01, .15, 1.16), opacity .5s;
	transition: transform .45s cubic-bezier(.64, .01, .15, 1.16), opacity .5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-portfolio-list-holder.eltdf-pl-info-slide-up .eltdf-pl-item-inner {
	overflow: hidden;
}

.eltdf-portfolio-list-holder.eltdf-pl-info-slide-up .eltdf-pli-text-holder {
	width: 88%;
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: auto;
	min-width: 200px;
	padding: 20px 39px 22px;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

@media only screen and (max-width:1024px) {
	.eltdf-portfolio-list-holder.eltdf-pl-info-slide-up .eltdf-pli-text-holder {
		min-width: 0;
		width: 88%;
	}
}

.eltdf-portfolio-list-holder.eltdf-pl-info-slide-up .eltdf-pli-text-holder .eltdf-pli-text {
	-webkit-transition: -webkit-transform .2s ease;
	-moz-transition: -moz-transform .2s ease;
	transition: transform .2s ease;
	-webkit-transform: translate3d(0, 40px, 0);
	-moz-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-boxed article .eltdf-pli-text {
	width: 88%;
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: auto;
	min-width: 200px;
	padding: 20px 39px 22px;
	position: absolute;
	right: 0;
}

@media only screen and (max-width:1024px) {
	.eltdf-portfolio-list-holder.eltdf-pl-overlay-boxed article .eltdf-pli-text {
		min-width: 0;
		width: 88%;
	}
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-boxed .eltdf-pli-text-holder {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0;
	text-align: left;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-boxed .eltdf-pli-link {
	overflow: hidden;
	position: relative;
	position: absolute;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-boxed .eltdf-pli-link:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-boxed .eltdf-pli-link:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-change-cursor, .eltdf-portfolio-list-holder.eltdf-pl-overlay-change-cursor article, .eltdf-portfolio-list-holder.eltdf-pl-overlay-change-cursor article .eltdf-pli-link {
	cursor: none;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-change-cursor article:not(.eltdf-pli-parallax) .eltdf-pli-image {
	overflow: hidden;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-change-cursor article:not(.eltdf-pli-parallax) img {
	backface-visibility: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-change-cursor article:not(.eltdf-pli-parallax):hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.eltdf-custom-cursor {
	position: absolute;
	top: -50%;
	left: -50%;
	margin: -8px 0 0 -8px;
	border-radius: 50%;
	mix-blend-mode: difference;
	z-index: 1000;
	pointer-events: none;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-shader article:hover .eltdf-pli-text-holder {
	opacity: 1;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-shader article:hover .eltdf-pli-text-holder .eltdf-pli-text {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-shader article .eltdf-pl-item-inner {
	overflow: hidden;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-shader article .eltdf-pli-text .eltdf-pli-category-holder a, .eltdf-portfolio-list-holder.eltdf-pl-overlay-shader article .eltdf-pli-text .eltdf-pli-title {
	color: #fff;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-shader article .eltdf-pli-text .eltdf-pli-category-holder a:hover {
	color: #595959;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-shader article .eltdf-pli-text .eltdf-pli-category-holder a:after {
	color: #fff;
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-shader .eltdf-pli-text-holder {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, .4);
	box-sizing: border-box;
	text-align: left;
	padding: 32px 40px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media only screen and (max-width:1440px) {
	.eltdf-portfolio-list-holder.eltdf-pl-overlay-shader .eltdf-pli-text-holder {
		padding: 20px 30px;
	}
}

.eltdf-portfolio-list-holder.eltdf-pl-overlay-shader .eltdf-pli-text-holder .eltdf-pli-text {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.eltdf-portfolio-slider-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-portfolio-slider-holder .eltdf-outer-space, .eltdf-portfolio-slider-holder .eltdf-pl-info-below-image {
	margin: 0;
}

.eltdf-portfolio-slider-holder .eltdf-pl-info-below-image .eltdf-pli-category, .eltdf-portfolio-slider-holder .eltdf-pl-info-below-image .eltdf-pli-title {
	z-index: 1234;
	position: relative;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.eltdf-portfolio-slider-holder .eltdf-pl-info-below-image .eltdf-pli-category:hover, .eltdf-portfolio-slider-holder .eltdf-pl-info-below-image .eltdf-pli-title:hover {
	color: #595959;
}

.eltdf-portfolio-slider-holder .eltdf-pl-info-below-image .eltdf-pli-text-wrapper {
	text-align: center;
}

.eltdf-portfolio-slider-holder .eltdf-pl-info-below-image .owl-nav {
	position: absolute;
	right: 0;
}

#eltdf-vertical-portfolio-list-holder {
	position: relative;
	padding: 120px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
}

#eltdf-vertical-portfolio-list-holder a.eltdf-pli-title-link {
	position: relative;
	color: transparent;
	font-size: 120px;
	font-weight: 700;
	line-height: 1.175em;
	z-index: 5;
}

#eltdf-vertical-portfolio-list-holder a.eltdf-pli-title-link .eltdf-pli-title, #eltdf-vertical-portfolio-list-holder a.eltdf-pli-title-link .eltdf-pli-title:after {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 120px;
	margin: 0;
	padding: 0 0 0 10vw;
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	color: currentColor;
	-webkit-text-fill-color: transparent;
	font-weight: 700 !important;
}

#eltdf-vertical-portfolio-list-holder a.eltdf-pli-title-link .eltdf-pli-title:after>*, #eltdf-vertical-portfolio-list-holder a.eltdf-pli-title-link .eltdf-pli-title>* {
	font-weight: 700;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
	#eltdf-vertical-portfolio-list-holder a.eltdf-pli-title-link .eltdf-pli-title, #eltdf-vertical-portfolio-list-holder a.eltdf-pli-title-link .eltdf-pli-title:after {
		color: #000 !important;
	}
}

#eltdf-vertical-portfolio-list-holder a.eltdf-pli-title-link .eltdf-pli-title {
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
}

#eltdf-vertical-portfolio-list-holder a.eltdf-pli-title-link .eltdf-pli-title:after {
	content: attr(data-title);
	-webkit-text-fill-color: #000;
	clip-path: inset(100% 0 0 0);
	-webkit-clip-path: inset(100% 0 0 0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#eltdf-vertical-portfolio-list-holder a.eltdf-pli-title-link:hover .eltdf-pli-title:after {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}

#eltdf-vertical-portfolio-list-holder .eltdf-pli-img-holder {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: 4;
	transition: opacity .3s ease-in-out;
}

#eltdf-vertical-portfolio-list-holder .eltdf-pli-img-holder:first-child {
	opacity: 1;
}

#eltdf-vertical-portfolio-list-holder .eltdf-pli-img-holder .eltdf-pli-image {
	position: relative;
	width: 100%;
	height: 100%;
}

#eltdf-vertical-portfolio-list-holder .eltdf-pli-img-holder .eltdf-pli-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

#eltdf-vertical-portfolio-list-holder .eltdf-pli-fixed-link {
	position: fixed;
	right: 80px;
	bottom: 60px;
	z-index: 200;
	margin: 0;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-border-around .eltdf-testimonial-text-inner {
	border: 1px solid #e0e4f2;
	width: calc(100% - 2px);
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-text-holder {
	display: block;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 9px;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-image {
	text-align: center;
	margin-top: 36px;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-image img {
	max-width: 100%;
	vertical-align: middle;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-content-inner {
	cursor: -webkit-grab;
	cursor: grab;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-text-holder .eltdf-testimonial-text-inner {
	display: block;
	text-align: left;
	background-color: #fff;
	padding: 0 0 25px;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-text-holder .eltdf-testimonial-text {
	margin: 0;
	padding: 0 20px 0 25px;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-text-holder .eltdf-testimonial-title {
	margin: 0 0 16px;
	padding: 15px 15px 15px 25px;
	border-bottom: 1px solid #e0e4f2;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-carousel-bottom {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-image {
	width: 70px;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0 20px 0 0;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-author {
	display: table-cell;
	vertical-align: middle;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-author .eltdf-testimonials-author-job, .eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-author .eltdf-testimonials-author-name {
	margin: 0;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed-text .eltdf-testimonial-author .eltdf-testimonials-author-job {
	color: rgba(89, 89, 89, .4);
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed.eltdf-testimonials-light .eltdf-testimonial-author, .eltdf-testimonials-holder.eltdf-testimonials-boxed.eltdf-testimonials-light .eltdf-testimonial-text, .eltdf-testimonials-holder.eltdf-testimonials-boxed.eltdf-testimonials-light .eltdf-testimonial-title, .eltdf-testimonials-holder.eltdf-testimonials-light .eltdf-testimonial-author .eltdf-testimonials-author-job, .eltdf-testimonials-holder.eltdf-testimonials-light .eltdf-testimonial-author .eltdf-testimonials-author-name {
	color: #fff;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed .eltdf-testimonials {
	margin: 0 -50px;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed .eltdf-testimonial-content {
	padding: 40px 57px 58px;
	background-color: #fbfbfb;
	box-sizing: border-box;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed .eltdf-testimonials-author-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 9px 0 0;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed .eltdf-testimonials-author-holder .eltdf-testimonial-image {
	float: left;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed .eltdf-testimonials-author-holder .eltdf-testimonial-author {
	padding: 3px 0 0 110px;
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed.eltdf-testimonials-light .owl-dots .owl-dot span {
	border: 2px solid rgba(255, 255, 255, .5);
}

.eltdf-testimonials-holder.eltdf-testimonials-boxed.eltdf-testimonials-light .owl-dots .owl-dot.active span, .eltdf-testimonials-holder.eltdf-testimonials-boxed.eltdf-testimonials-light .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border-color: #fff;
}

.eltdf-testimonials-holder.eltdf-testimonials-carousel {
	opacity: 0;
	text-align: center;
}

@media only screen and (max-width:680px) {
	.eltdf-testimonials-holder.eltdf-testimonials-carousel .eltdf-testimonials {
		padding: 0;
	}
}

.eltdf-testimonials-holder.eltdf-testimonials-carousel .eltdf-testimonial-text {
	margin-top: 0;
	font-size: 22px;
	color: #595959;
}

.eltdf-testimonials-holder.eltdf-testimonials-carousel .eltdf-testimonial-image-nav {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	max-width: 470px;
	margin: 27px auto 0;
	text-align: center;
}

@media only screen and (max-width:1024px) {
	.eltdf-testimonials-holder.eltdf-testimonials-carousel .eltdf-testimonial-image-nav {
		max-width: 282px;
	}
}

.eltdf-google-map-holder .eltdf-google-map img, .eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-icon img, .eltdf-iwt.eltdf-iwt-icon-left-from-title .eltdf-iwt-icon img {
	max-width: none;
}

.eltdf-testimonials-holder.eltdf-testimonials-carousel .eltdf-testimonial-image-nav .owl-item {
	cursor: pointer;
}

.eltdf-testimonials-holder.eltdf-testimonials-carousel .eltdf-testimonial-image-nav .owl-item.active.center .eltdf-testimonial-image {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.eltdf-testimonials-holder.eltdf-testimonials-carousel .eltdf-testimonial-image {
	position: relative;
	display: block;
	width: 94px;
	height: 94px;
	-webkit-transform: scale(.78723);
	-moz-transform: scale(.78723);
	transform: scale(.78723);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.eltdf-owl-custom-slider .owl-item .owl-lazy, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.eltdf-testimonials-holder.eltdf-testimonials-carousel .eltdf-testimonial-image img {
	width: 100% !important;
}

.eltdf-testimonials-holder.eltdf-testimonials-carousel .eltdf-testimonial-author {
	margin-top: 22px;
}

.eltdf-testimonials-holder.eltdf-testimonials-carousel .eltdf-testimonials-author-job {
	margin-top: 8px;
}

.eltdf-testimonials-holder.eltdf-testimonials-light .eltdf-testimonial-text, .eltdf-testimonials-holder.eltdf-testimonials-light .eltdf-testimonial-title {
	color: #fff;
}

.eltdf-owl-custom-slider {
	position: relative;
	display: none;
	width: 100%;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}

.eltdf-owl-custom-slider.owl-loaded {
	display: block;
}

.eltdf-owl-custom-slider.owl-loading {
	opacity: 0;
	display: block;
}

.eltdf-owl-custom-slider.owl-hidden {
	opacity: 0;
}

.eltdf-owl-custom-slider.owl-refresh .owl-item {
	visibility: hidden;
}

.eltdf-owl-custom-slider.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eltdf-owl-custom-slider.owl-grab {
	cursor: move;
	cursor: grab;
}

.eltdf-owl-custom-slider.owl-rtl .owl-item {
	float: right;
}

.no-js .eltdf-owl-custom-slider {
	display: block;
}

.eltdf-owl-custom-slider .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.eltdf-owl-custom-slider .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.eltdf-owl-custom-slider .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.eltdf-owl-custom-slider .owl-item, .eltdf-owl-custom-slider .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.eltdf-owl-custom-slider .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
}

.eltdf-owl-custom-slider .owl-item img {
	display: block;
	width: 100%;
}

.eltdf-owl-custom-slider .owl-dots.disabled, .eltdf-owl-custom-slider .owl-nav.disabled {
	display: none;
}

.eltdf-owl-custom-slider .owl-item img .owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.eltdf-owl-custom-slider .owl-nav .owl-next, .eltdf-owl-custom-slider .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eltdf-owl-custom-slider .owl-dots .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eltdf-owl-custom-slider .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.eltdf-owl-custom-slider .owl-animated-in {
	z-index: 0;
}

.eltdf-owl-custom-slider .owl-animated-out, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-stage-outer {
	z-index: 1;
}

.eltdf-owl-custom-slider .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner {
	visibility: hidden;
	position: relative;
	display: none;
	width: 100%;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
	padding: 0 50px 0 127px;
	text-align: center;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .eltdf-testimonial-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 25px 0 0;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .eltdf-testimonial-image img {
	display: block;
	margin: 0 auto;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .eltdf-testimonial-title {
	margin: 0;
	text-align: left;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .eltdf-testimonial-author {
	text-align: left;
	margin: 29px 0 0 1px;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .eltdf-testimonials-author-job {
	margin: 0;
	text-align: left;
	color: #595959;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .eltdf-testimonial-text {
	margin: 19px 0 0;
	font-size: 30px;
	text-align: left;
	font-style: italic;
	font-weight: 300;
	line-height: 42px;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner.eltdf-slider-is-moving .owl-item .eltdf-block-drag-link {
	z-index: -1 !important;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-carousel .owl-item img {
	-webkit-transform: translateZ(0);
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner.owl-loaded {
	display: block;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner.owl-loading {
	opacity: 0;
	display: block;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner.owl-hidden {
	opacity: 0;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner.owl-refresh .owl-item {
	visibility: hidden;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner.owl-grab {
	cursor: move;
	cursor: grab;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner.owl-rtl .owl-item {
	float: right;
}

.no-js .eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner {
	display: block;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-item, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-item img {
	display: block;
	width: 100%;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-item img .owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-nav.disabled {
	display: none;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-nav .owl-next, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eltdf-accordion-holder .eltdf-accordion-title, .eltdf-btn, .touch .eltdf-clients-carousel-holder .eltdf-cc-item, .touch .eltdf-image-gallery.eltdf-image-behavior-grayscale .eltdf-ig-image, .touch .eltdf-image-gallery.eltdf-image-behavior-zoom .eltdf-ig-image, .touch .eltdf-image-with-text-holder.eltdf-image-behavior-grayscale .eltdf-iwt-image, .touch .eltdf-image-with-text-holder.eltdf-image-behavior-zoom .eltdf-iwt-image {
	cursor: pointer;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-animated-in {
	z-index: 0;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .owl-animated-out {
	z-index: 1;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .eltdf-testimonials-image-pagination-inner .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination #eltdf-testimonial-pagination {
	list-style: none;
	display: inline-block;
	top: 17px;
	left: 0;
	position: absolute;
	z-index: 5;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination #eltdf-testimonial-pagination .eltdf-tsp-item {
	position: relative;
	display: inline-block;
	float: left;
	height: 35px;
	width: 35px;
	margin: 0 7px 7px 0;
	cursor: pointer;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination #eltdf-testimonial-pagination .eltdf-tsp-item:nth-child(2n+1) {
	clear: both;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination #eltdf-testimonial-pagination .eltdf-tsp-item img {
	position: relative;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination #eltdf-testimonial-pagination .eltdf-tsp-item:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .2);
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination #eltdf-testimonial-pagination .eltdf-tsp-item.active:after, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination #eltdf-testimonial-pagination .eltdf-tsp-item:hover:after {
	opacity: 0;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .owl-nav {
	text-align: left;
	margin-top: 3px;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .owl-nav .owl-next, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination .owl-nav .owl-prev {
	position: relative;
	display: inline-block;
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .owl-nav .owl-prev {
	left: -1px;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination .owl-nav .owl-next {
	left: 12px;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination.eltdf-testimonials-light .eltdf-testimonial-author, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination.eltdf-testimonials-light .eltdf-testimonial-text, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination.eltdf-testimonials-light .eltdf-testimonial-title, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination.eltdf-testimonials-light .owl-nav .owl-next, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination.eltdf-testimonials-light .owl-nav .owl-prev {
	color: #fff;
}

.eltdf-testimonials-holder.eltdf-testimonials-image-pagination.eltdf-testimonials-light .owl-nav .owl-next:hover, .eltdf-testimonials-holder.eltdf-testimonials-image-pagination.eltdf-testimonials-light .owl-nav .owl-prev:hover {
	color: #595959;
}

.eltdf-testimonials-holder {
	padding: 47px 0 13px;
	border-left: 1px solid #000;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-testimonials-holder .eltdf-testimonial-content, .eltdf-testimonials-holder .eltdf-testimonial-text-holder, .eltdf-testimonials-holder .eltdf-testimonials {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-testimonials-holder .eltdf-testimonials {
	padding: 0 130px 0 75px;
	box-sizing: border-box;
}

@media only screen and (max-width:768px) {
	.eltdf-testimonials-holder .eltdf-testimonials {
		padding: 0 20px 0 45px;
	}
}

.eltdf-testimonials-holder .quote-sign {
	display: block;
	line-height: .2;
	font-size: 100px;
	padding-left: 75px;
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-accordion-mark span:before, .eltdf-accordion-holder .eltdf-accordion-title .eltdf-tab-title {
	line-height: inherit;
	display: block;
}

.eltdf-testimonials-holder .eltdf-testimonial-text {
	font-size: 18px;
	padding-right: 90px;
}

.eltdf-testimonials-holder .eltdf-testimonial-author {
	margin-top: 25px;
}

.eltdf-testimonials-holder .owl-dots {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -23px 0 0;
	transform-origin: 60% 60%;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-moz-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
}

@media only screen and (max-width:768px) {
	.eltdf-testimonials-holder .quote-sign {
		padding-left: 42px;
	}
	
	.eltdf-testimonials-holder .eltdf-testimonial-text {
		padding: 0;
	}
	
	.eltdf-testimonials-holder .owl-dots {
		right: auto;
		top: auto;
		left: 50%;
		margin-top: 30px;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.eltdf-accordion-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-accordion-holder .eltdf-accordion-content {
	padding: 0 0 40px;
	margin: 0;
	text-align: right;
}

.eltdf-accordion-holder .eltdf-accordion-title {
	position: relative;
	margin: 0;
	box-sizing: border-box;
	padding: 28px 0;
	border-top: 1px solid #000;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: color .2s ease-out, background-color .2s ease-out;
	-moz-transition: color .2s ease-out, background-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out;
}

.eltdf-accordion-holder .eltdf-accordion-title:first-child {
	border-top: none;
}

@media only screen and (max-width:480px) {
	.eltdf-accordion-holder .eltdf-accordion-title {
		font-size: 16px;
	}
	
	.eltdf-accordion-holder .eltdf-accordion-title .eltdf-tab-title {
		padding-right: 31px;
	}
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-accordion-mark {
	position: absolute;
	top: calc(50% - ( 29px / 2 ));
	right: 0;
	width: 29px;
	height: 29px;
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-accordion-mark span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-accordion-mark span.eltdf-minus {
	background: url("https://cdn-ilefdfj.nitrocdn.com/yetVRxhmdMAvgZcNJZTepHknzYWXEZkg/assets/images/optimized/rev-e78503f/moodmarketing.es/wp-content/plugins/amedeo-core/assets/img/minus.png");
	opacity: 0;
}

.eltdf-accordion-holder .eltdf-accordion-title .eltdf-accordion-mark span.eltdf-plus {
	background: url("https://cdn-ilefdfj.nitrocdn.com/yetVRxhmdMAvgZcNJZTepHknzYWXEZkg/assets/images/optimized/rev-e78503f/moodmarketing.es/wp-content/plugins/amedeo-core/assets/img/plus.png");
	opacity: 1;
}

.eltdf-accordion-holder .eltdf-accordion-title.ui-state-active .eltdf-accordion-mark span.eltdf-minus, .eltdf-accordion-holder .eltdf-accordion-title.ui-state-hover .eltdf-accordion-mark span.eltdf-minus {
	opacity: 1;
}

.eltdf-accordion-holder .eltdf-accordion-title.ui-state-active .eltdf-accordion-mark span.eltdf-plus, .eltdf-accordion-holder .eltdf-accordion-title.ui-state-hover .eltdf-accordion-mark span.eltdf-plus, .eltdf-cc-hover-switch-images .eltdf-cc-item.eltdf-cci-has-link a:hover .eltdf-cc-image {
	opacity: 0;
}

.eltdf-accordion-holder .eltdf-accordion-content-inner {
	width: 88%;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	display: inline-block;
	box-sizing: border-box;
	border-left: 1px solid #000;
}

@media only screen and (max-width:1366px) {
	.eltdf-accordion-holder .eltdf-accordion-content-inner {
		width: 86%;
	}
}

@media only screen and (max-width:1024px) {
	.eltdf-accordion-holder .eltdf-accordion-content-inner {
		width: 95%;
	}
}

.eltdf-accordion-holder .eltdf-accordion-content.ui-accordion-content-active {
	border-color: #000;
}

.eltdf-accordion-holder .eltdf-accordion-content p {
	margin: 0;
}

.eltdf-background-text {
	font-size: 80px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	white-space: nowrap;
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	color: currentColor;
	-webkit-text-fill-color: transparent;
	font-weight: 700 !important;
}

.eltdf-background-text>* {
	font-weight: 700;
}

.eltdf-background-text .eltdf-background-text-inner {
	height: 0;
}

.eltdf-background-text.eltdf-align-left {
	text-align: left;
	-webkit-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	transform: translateX(-25%);
	-webkit-transition: -webkit-transform 1.5s;
	-moz-transition: -moz-transform 1.5s;
	transition: transform 1.5s;
}

.eltdf-background-text.eltdf-align-left.eltdf-background-text-appear {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.eltdf-background-text.eltdf-align-center {
	text-align: center;
}

.eltdf-background-text.eltdf-align-right {
	text-align: right;
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	transform: translateX(25%);
	-webkit-transition: -webkit-transform 1.5s;
	-moz-transition: -moz-transform 1.5s;
	transition: transform 1.5s;
}

.eltdf-background-text.eltdf-align-right.eltdf-background-text-appear {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.eltdf-background-text.eltdf-90-ccw {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}

.eltdf-background-text.eltdf-90-cw {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}

.wpb_wrapper {
	position: relative;
}

.eltdf-banner-media-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width:768px) {
	.eltdf-banner-media-holder {
		flex-direction: column;
	}
}

.eltdf-banner-media-holder.media_left .eltdf-banner-media-holder__media {
	order: 1;
}

.eltdf-banner-media-holder.media_left .eltdf-banner-media-holder__text, .eltdf-banner-media-holder.media_right .eltdf-banner-media-holder__media {
	order: 2;
}

.eltdf-banner-media-holder.media_right .eltdf-banner-media-holder__text {
	order: 1;
}

.eltdf-banner-media-holder>* {
	width: 50% !important;
	flex-grow: 1;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:768px) {
	.eltdf-banner-media-holder>* {
		width: 100% !important;
	}
}

.eltdf-banner-media-holder__media {
	position: relative;
	height: 560px;
	overflow: hidden;
}

@media (max-width:1200px) {
	.eltdf-banner-media-holder__media {
		height: 400px;
	}
}

@media only screen and (max-width:768px) {
	.eltdf-banner-media-holder__media {
		overflow: visible;
		position: static;
		height: auto;
	}
}

.eltdf-banner-media-holder__media .eltdf-video-button-holder, .eltdf-banner-media-holder__media .eltdf-video-button-image {
	height: 100%;
}

@media only screen and (max-width:768px) {
	.eltdf-banner-media-holder__media .eltdf-video-button-holder, .eltdf-banner-media-holder__media .eltdf-video-button-image {
		height: auto;
	}
}

.eltdf-banner-media-holder__media .eltdf-video-button-image img, .eltdf-banner-media-holder__media>img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
	height: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
}

@media (max-width:768px) {
	.eltdf-banner-media-holder__media .eltdf-video-button-image img, .eltdf-banner-media-holder__media>img {
		display: inline-block;
		vertical-align: bottom;
		height: auto;
		-o-object-fit: none;
		object-fit: none;
		font-family: "object-fit: none";
	}
}

.eltdf-banner-media-holder__text .eltdf-banner-title {
	margin-bottom: 21px;
}

.eltdf-banner-media-holder__text .banner-media-text {
	margin-bottom: 27px;
	font-family: Montserrat, sans-serif;
	font-size: 1.285rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2.142rem;
}

.eltdf-banner-simple__img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 10px 0;
}

.eltdf-banner-simple__img .img-holder {
	position: relative;
	height: 70%;
}

.eltdf-banner-simple__img .img-holder img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain";
}

.eltdf-banner-simple__img .img-holder a.eltdf-btn {
	position: absolute;
	bottom: 65px;
	left: 50%;
	transform: translateX(-50%);
	border: none;
	padding-left: 40px;
	padding-right: 40px;
}

.eltdf-btn {
	box-sizing: border-box;
	display: inline-block;
	font-family: Inconsolata, sans-serif;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 2em;
	margin: 0;
	outline: 0;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	font-size: 14px;
	padding: 18px 83px;
}

.eltdf-btn .eltdf-btn-text {
	padding-left: .3em;
}

.eltdf-btn.eltdf-btn-simple {
	background-color: transparent;
	border: 0 !important;
	color: #000;
	line-height: 1.3em;
	padding: 0 !important;
	vertical-align: middle;
	overflow: visible;
}

.eltdf-btn.eltdf-btn-simple .eltdf-btn-text {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 0;
}

.eltdf-btn.eltdf-btn-simple .eltdf-btn-text:before {
	content: "";
	display: block;
	border-bottom: 1px solid;
	border-color: inherit;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: .1s;
	-moz-transition: .1s;
	transition: .1s;
}

.eltdf-btn.eltdf-btn-simple .eltdf-btn-text:after {
	content: "";
	display: block;
	border-bottom: 1px solid;
	border-color: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .1s;
	-moz-transition: .1s;
	transition: .1s;
}

.eltdf-btn.eltdf-btn-simple:hover .eltdf-btn-text:before {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.eltdf-btn.eltdf-btn-simple:hover .eltdf-btn-text:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: .6s .3s;
	-moz-transition: .6s .3s;
	transition: .6s .3s;
}

.eltdf-btn.eltdf-btn-simple:not(.eltdf-btn-custom-hover-bg):hover {
	background-color: transparent !important;
}

.eltdf-btn.eltdf-btn-simple:not(.eltdf-btn-custom-border-hover):hover {
	border-color: transparent !important;
}

.eltdf-btn.eltdf-btn-solid {
	color: #fff;
	background-color: #000;
	border: 1px solid transparent;
}

.eltdf-btn.eltdf-btn-solid:not(.eltdf-btn-custom-hover-color):hover {
	color: #000 !important;
}

.eltdf-btn.eltdf-btn-solid:not(.eltdf-btn-custom-hover-bg):hover {
	background-color: transparent !important;
}

.eltdf-btn.eltdf-btn-solid:not(.eltdf-btn-custom-border-hover):hover {
	border-color: #000 !important;
}

.eltdf-btn.eltdf-btn-outline {
	color: #595959;
	background-color: transparent;
	border: 1px solid #595959;
}

.eltdf-btn.eltdf-btn-outline:not(.eltdf-btn-custom-hover-color):hover {
	color: #fff !important;
}

.eltdf-btn.eltdf-btn-outline:not(.eltdf-btn-custom-hover-bg):hover {
	background-color: #000 !important;
}

.eltdf-btn.eltdf-btn-outline:not(.eltdf-btn-custom-border-hover):hover {
	border-color: #000 !important;
}

.eltdf-btn.eltdf-btn-small {
	font-size: 13px;
	padding: 16px 83px;
}

.eltdf-btn.eltdf-btn-huge, .eltdf-btn.eltdf-btn-large {
	font-size: 15px;
	padding: 20px 83px;
}

.eltdf-btn.eltdf-btn-huge {
	display: block;
	text-align: center;
	width: 100%;
}

.eltdf-btn.eltdf-btn-icon>i, .eltdf-btn.eltdf-btn-icon>span:not(.eltdf-btn-text) {
	display: inline-block;
	font-size: 1.1428571428571em;
	line-height: inherit;
	margin: 0 0 0 4px;
	position: relative;
	vertical-align: top;
}

.eltdf-btn.eltdf-btn-icon>i:before, .eltdf-btn.eltdf-btn-icon>span:not(.eltdf-btn-text):before {
	display: block;
	line-height: inherit;
}

.eltdf-call-to-action-holder, .eltdf-call-to-action-holder .eltdf-cta-button-holder, .eltdf-call-to-action-holder .eltdf-cta-text-holder {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.eltdf-call-to-action-holder {
	width: 100%;
}

.eltdf-call-to-action-holder .eltdf-cta-text-holder h1, .eltdf-call-to-action-holder .eltdf-cta-text-holder h2, .eltdf-call-to-action-holder .eltdf-cta-text-holder h3, .eltdf-call-to-action-holder .eltdf-cta-text-holder h4, .eltdf-call-to-action-holder .eltdf-cta-text-holder h5, .eltdf-call-to-action-holder .eltdf-cta-text-holder h6 {
	margin: 0;
}

.eltdf-call-to-action-holder .eltdf-cta-button-holder .eltdf-btn {
	white-space: nowrap;
}

.eltdf-call-to-action-holder.eltdf-normal-layout .eltdf-cta-inner {
	display: table;
}

.eltdf-call-to-action-holder.eltdf-normal-layout:not(.eltdf-content-in-grid) .eltdf-cta-inner {
	width: 100%;
}

.eltdf-call-to-action-holder.eltdf-normal-layout .eltdf-cta-button-holder, .eltdf-call-to-action-holder.eltdf-normal-layout .eltdf-cta-text-holder {
	display: table-cell;
	box-sizing: border-box;
}

.eltdf-call-to-action-holder.eltdf-normal-layout .eltdf-cta-button-holder {
	text-align: right;
}

.eltdf-call-to-action-holder.eltdf-simple-layout .eltdf-cta-inner {
	text-align: center;
}

.eltdf-call-to-action-holder.eltdf-simple-layout .eltdf-cta-button-holder, .eltdf-call-to-action-holder.eltdf-simple-layout .eltdf-cta-text-holder {
	width: 100%;
}

.eltdf-call-to-action-holder.eltdf-simple-layout .eltdf-cta-button-holder {
	margin: 28px 0 0;
}

.eltdf-call-to-action-holder.eltdf-two-halves-columns .eltdf-cta-button-holder, .eltdf-call-to-action-holder.eltdf-two-halves-columns .eltdf-cta-text-holder {
	width: 50%;
}

.eltdf-call-to-action-holder.eltdf-two-thirds-columns .eltdf-cta-text-holder {
	width: 66.666666666667%;
}

.eltdf-call-to-action-holder.eltdf-two-thirds-columns .eltdf-cta-button-holder {
	width: 33.333333333333%;
}

.eltdf-call-to-action-holder.eltdf-three-quarters-columns .eltdf-cta-text-holder {
	width: 75%;
}

.eltdf-call-to-action-holder.eltdf-three-quarters-columns .eltdf-cta-button-holder {
	width: 25%;
}

.eltdf-call-to-action-holder.eltdf-four-fifths-columns .eltdf-cta-text-holder {
	width: 80%;
}

.eltdf-call-to-action-holder.eltdf-four-fifths-columns .eltdf-cta-button-holder {
	width: 20%;
}

.eltdf-clients-carousel-holder, .eltdf-clients-carousel-holder .eltdf-cc-inner, .eltdf-clients-carousel-holder .eltdf-cc-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-clients-carousel-holder .eltdf-cc-item img {
	display: block;
}

.eltdf-clients-carousel-holder .eltdf-cc-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item.eltdf-cci-has-link a:hover .eltdf-cc-hover-image {
	opacity: 1;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item.eltdf-cci-no-link:hover .eltdf-cc-image {
	opacity: 0;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item.eltdf-cci-no-link:hover .eltdf-cc-hover-image {
	opacity: 1;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item.eltdf-cci-no-link .eltdf-cc-hover-image {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.eltdf-cc-hover-switch-images .eltdf-cc-item .eltdf-cc-image {
	width: auto;
	opacity: 1;
	will-change: opacity;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.eltdf-cc-hover-switch-images .eltdf-cc-item .eltdf-cc-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	opacity: 0;
	will-change: opacity;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.eltdf-cc-hover-roll-over .eltdf-cc-item {
	overflow: hidden;
}

.eltdf-cc-hover-roll-over .eltdf-cc-item.eltdf-cci-has-link a:hover .eltdf-cc-image {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.eltdf-cc-hover-roll-over .eltdf-cc-item.eltdf-cci-has-link a:hover .eltdf-cc-hover-image {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.eltdf-cc-hover-roll-over .eltdf-cc-item.eltdf-cci-no-link:hover .eltdf-cc-image {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.eltdf-cc-hover-roll-over .eltdf-cc-item.eltdf-cci-no-link:hover .eltdf-cc-hover-image {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.eltdf-cc-hover-roll-over .eltdf-cc-item .eltdf-cc-image {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: -moz-transform .4s ease;
	transition: transform .4s ease;
}

.eltdf-cc-hover-roll-over .eltdf-cc-item .eltdf-cc-hover-image {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: -moz-transform .4s ease;
	transition: transform .4s ease;
}

.eltdf-clients-grid-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.eltdf-clients-grid-holder.eltdf-cg-alignment-left {
	text-align: left;
}

.eltdf-clients-grid-holder.eltdf-cg-alignment-right {
	text-align: right;
}

.eltdf-clients-grid-holder .eltdf-cc-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.eltdf-clients-grid-holder .eltdf-cg-inner.eltdf-outer-space {
	display: flex;
}

.eltdf-countdown, .eltdf-countdown .countdown-row, .eltdf-countdown .countdown-row .countdown-section {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.eltdf-clients-grid-holder .eltdf-cg-inner.eltdf-outer-space>* {
	width: 33.333% !important;
}

@media only screen and (max-width:680px) {
	.eltdf-clients-grid-holder .eltdf-cg-inner.eltdf-outer-space {
		flex-direction: column;
		justify-content: space-between;
	}
	
	.eltdf-clients-grid-holder .eltdf-cg-inner.eltdf-outer-space>* {
		width: 100% !important;
		margin-bottom: 30px;
	}
	
	.eltdf-clients-grid-holder .eltdf-cg-inner.eltdf-outer-space>:last-child {
		margin-bottom: 0;
	}
}

.eltdf-countdown {
	width: 100%;
}

.eltdf-countdown.eltdf-light-skin .countdown-row .countdown-section .countdown-amount, .eltdf-countdown.eltdf-light-skin .countdown-row .countdown-section .countdown-period {
	color: #fff;
}

.eltdf-countdown .countdown-row .countdown-section .countdown-amount, .eltdf-counter-holder .eltdf-counter {
	line-height: 1em;
	color: currentColor;
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	-webkit-text-fill-color: transparent;
}

.eltdf-countdown .countdown-row {
	width: 100%;
	text-align: center;
	clear: both;
}

.eltdf-countdown .countdown-row.countdown-show1 .countdown-section {
	width: 100%;
}

.eltdf-countdown .countdown-row.countdown-show2 .countdown-section {
	width: 50%;
}

.eltdf-countdown .countdown-row.countdown-show3 .countdown-section {
	width: 33.33333%;
}

.eltdf-countdown .countdown-row.countdown-show4 .countdown-section {
	width: 25%;
}

.eltdf-countdown .countdown-row.countdown-show5 .countdown-section {
	width: 20%;
}

.eltdf-countdown .countdown-row.countdown-show6 .countdown-section {
	width: 16.66667%;
}

.eltdf-countdown .countdown-row .countdown-section {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}

.eltdf-countdown .countdown-row .countdown-section .countdown-amount {
	position: relative;
	display: block;
	font-size: 72px;
	font-weight: 700 !important;
}

.eltdf-countdown .countdown-row .countdown-section .countdown-amount>* {
	font-weight: 700;
}

.eltdf-countdown .countdown-row .countdown-section .countdown-period {
	display: block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}

.eltdf-counter-holder, .eltdf-counter-holder .eltdf-counter-inner {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.eltdf-counter-holder {
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

.eltdf-counter-holder .eltdf-counter {
	height: 1em;
	display: inline-block !important;
	vertical-align: middle;
	font-size: 48px;
	overflow: hidden;
	font-weight: 700 !important;
}

.eltdf-counter-holder .eltdf-counter>* {
	font-weight: 700;
}

.eltdf-counter-holder .eltdf-counter-title {
	margin: 17px 0 0;
}

.eltdf-counter-holder .eltdf-counter-text {
	margin: 14px 0 0;
}

.eltdf-custom-font-holder .eltdf-cf-typed-wrap {
	width: 0;
	white-space: nowrap;
}

.eltdf-custom-font-holder .eltdf-cf-typed {
	display: inline-block;
}

.eltdf-custom-font-holder .eltdf-cf-typed span {
	display: none;
}

.eltdf-custom-font-holder .eltdf-cf-typed~.typed-cursor {
	display: inline-block;
	opacity: 1;
	-webkit-animation: blink .7s infinite;
	animation: blink .7s infinite;
}

@-webkit-keyframes blink {
	0%, 100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	50% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

@keyframes blink {
	0%, 100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	50% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

.eltdf-dropcaps {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	line-height: 42px;
	font-size: 42px;
	color: #999;
	font-weight: 300;
	text-align: center;
	margin: 3px 10px 0 0;
}

.eltdf-dropcaps.eltdf-circle, .eltdf-dropcaps.eltdf-square {
	height: 35px;
	width: 35px;
	font-size: 22px;
	line-height: 35px;
	font-weight: 600;
	color: #fff;
	background-color: #000;
	margin: 10px 16px 0 0;
	box-sizing: border-box;
}

.eltdf-dropcaps.eltdf-circle {
	border-radius: 3em;
}

.eltdf-elements-holder {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.eltdf-elements-holder.eltdf-eh-full-height {
	height: 100%;
}

.eltdf-elements-holder.eltdf-ehi-float .eltdf-eh-item {
	float: left;
}

.eltdf-elements-holder.eltdf-two-columns .eltdf-eh-item {
	width: 50%;
}

.eltdf-elements-holder.eltdf-three-columns .eltdf-eh-item {
	width: 33.33333%;
}

.eltdf-elements-holder.eltdf-four-columns .eltdf-eh-item {
	width: 25%;
}

.eltdf-elements-holder.eltdf-five-columns .eltdf-eh-item {
	width: 20%;
}

.eltdf-elements-holder.eltdf-six-columns .eltdf-eh-item {
	width: 16.66667%;
}

.eltdf-elements-holder .eltdf-eh-item {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.eltdf-elements-holder .eltdf-eh-item.eltdf-vertical-alignment-top {
	vertical-align: top;
}

.eltdf-elements-holder .eltdf-eh-item.eltdf-vertical-alignment-bottom {
	vertical-align: bottom;
}

.eltdf-elements-holder .eltdf-eh-item.eltdf-horizontal-alignment-center {
	text-align: center;
}

.eltdf-elements-holder .eltdf-eh-item.eltdf-horizontal-alignment-right {
	text-align: right;
}

.eltdf-elements-holder .eltdf-eh-item .eltdf-elements-holder-item-inner {
	width: 100%;
}

.eltdf-elements-holder .eltdf-ehi-content {
	padding: 0 20px;
}

.FixedImg__Left {
	position: fixed;
	top: 110px;
	left: 40px;
	bottom: 40px;
	width: 45vw;
	overflow: hidden;
}

@media only screen and (max-width:1024px) {
	.FixedImg {
		margin-top: 25px;
	}
	
	.FixedImg__Left {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		width: 91%;
		margin: 0 auto 99px;
	}
}

@media only screen and (max-width:768px) {
	.FixedImg__Left {
		margin-bottom: 89px;
	}
}

@media only screen and (max-width:680px) {
	.FixedImg__Left {
		margin-bottom: 60px;
	}
}

.FixedImg__Left img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.FixedImg__Left__Text {
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-50%, -50%);
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	color: currentColor;
	-webkit-text-fill-color: transparent;
	font-weight: 700 !important;
}

.FixedImg__Left__Text>* {
	font-weight: 700;
}

@media only screen and (max-width:1440px) {
	.FixedImg__Left__Text {
		font-size: 440px !important;
	}
}

@media only screen and (max-width:480px) {
	.FixedImg__Left__Text {
		font-size: 295px !important;
	}
}

.FixedImg__Right {
	width: 48vw;
	float: right;
	line-height: 1.3;
	padding-top: 35px;
	padding-bottom: 40px;
}

@media only screen and (max-width:1024px) {
	.FixedImg__Right {
		width: 70%;
		margin: 0 auto;
		float: none;
		padding: 0 20px 61px;
		text-align: center;
		box-sizing: border-box;
	}
	
	.FixedImg__Right textarea {
		height: 100px;
	}
}

@media only screen and (max-width:680px) {
	.FixedImg__Right {
		width: 93%;
	}
}

.FixedImg__Right h1 {
	margin: 0;
}

@media only screen and (max-width:1200px) {
	.FixedImg__Right .fixed-img-item {
		padding-left: 10% !important;
	}
}

.FixedImg__Helper {
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 48vw;
	height: 39px;
	background: #fff;
}

@media only screen and (max-width:1024px) {
	.FixedImg__Right .fixed-img-item {
		padding: 0 !important;
	}
	
	.FixedImg__Helper {
		display: none;
	}
}

.eltdf-google-map-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-google-map-holder .eltdf-google-map-direction {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 8px;
	font-size: 13px;
	line-height: 24px;
	color: #000;
	background-color: #fff;
	z-index: 999;
	box-sizing: border-box;
}

.eltdf-google-map-holder .eltdf-google-map-direction:hover {
	color: #000;
}

.eltdf-google-map-holder .eltdf-google-map {
	display: block;
	width: 100%;
	height: 300px;
}

.eltdf-google-map-holder .eltdf-google-map embed, .eltdf-google-map-holder .eltdf-google-map iframe, .eltdf-google-map-holder .eltdf-google-map object {
	width: 100%;
	display: block;
}

.eltdf-google-map-holder .eltdf-snazzy-map {
	display: none;
}

.eltdf-google-map-holder .eltdf-google-map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
}

.eltdf-icon-list-holder {
	position: relative;
	display: table;
	table-layout: fixed;
	height: auto;
	width: 100%;
	margin-bottom: 8px;
}

.eltdf-icon-list-holder .eltdf-il-icon-holder, .eltdf-icon-list-holder .eltdf-il-text {
	position: relative;
	display: table-cell;
	vertical-align: top;
}

.eltdf-icon-list-holder .eltdf-il-icon-holder {
	width: 1%;
}

.eltdf-icon-list-holder .eltdf-il-icon-holder>* {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-size: 17px;
	line-height: inherit;
}

.eltdf-iwt, .eltdf-iwt .eltdf-iwt-icon a {
	vertical-align: middle;
}

.eltdf-icon-list-holder .eltdf-il-icon-holder>:before {
	display: block;
	line-height: inherit;
}

.eltdf-iwt, .eltdf-iwt .eltdf-iwt-icon a, .eltdf-iwt .eltdf-iwt-title a {
	display: inline-block;
	position: relative;
}

.eltdf-icon-list-holder .eltdf-il-text {
	width: 99%;
	padding: 0 0 0 13px;
	box-sizing: border-box;
}

.eltdf-iwt {
	width: 100%;
}

.eltdf-iwt .eltdf-iwt-icon .eltdf-icon-shortcode {
	line-height: 1;
}

.eltdf-iwt .eltdf-iwt-icon .eltdf-icon-shortcode.eltdf-circle, .eltdf-iwt .eltdf-iwt-icon .eltdf-icon-shortcode.eltdf-dropcaps.eltdf-circle, .eltdf-iwt .eltdf-iwt-icon .eltdf-icon-shortcode.eltdf-square {
	line-height: 2;
}

.eltdf-iwt .eltdf-iwt-title {
	line-height: 1.2em;
	margin: 0 0 6px;
}

.eltdf-iwt .eltdf-iwt-title a {
	vertical-align: top;
}

.eltdf-iwt .eltdf-iwt-title-text {
	display: block;
}

.eltdf-iwt .eltdf-iwt-text {
	font-size: 15px;
	line-height: 1.5;
	margin: 5px 0 0;
}

.eltdf-iwt.eltdf-iwt-icon-left {
	width: auto;
}

.eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-content, .eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-icon {
	display: table-cell;
	vertical-align: middle;
}

.eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-icon {
	position: relative;
	top: 1px;
}

.eltdf-iwt.eltdf-iwt-icon-left .eltdf-iwt-content {
	padding: 0 0 0 13px;
}

.eltdf-iwt.eltdf-iwt-icon-left-from-title .eltdf-iwt-icon, .eltdf-iwt.eltdf-iwt-icon-left-from-title .eltdf-iwt-title-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.eltdf-iwt.eltdf-iwt-icon-left-from-title .eltdf-iwt-icon .eltdf-icon-element {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.eltdf-iwt.eltdf-iwt-icon-left-from-title .eltdf-iwt-title-text {
	padding: 0 0 0 17px;
}

.eltdf-iwt.eltdf-iwt-icon-top {
	text-align: center;
}

.eltdf-iwt.eltdf-iwt-icon-top .eltdf-iwt-content {
	padding: 23px 0 0;
}

.eltdf-icon-shortcode {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1em;
}

.eltdf-icon-shortcode.eltdf-circle, .eltdf-icon-shortcode.eltdf-dropcaps.eltdf-circle, .eltdf-icon-shortcode.eltdf-square {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	background-color: #595959;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.eltdf-icon-shortcode.eltdf-circle a, .eltdf-icon-shortcode.eltdf-dropcaps.eltdf-circle a, .eltdf-icon-shortcode.eltdf-square a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.eltdf-icon-shortcode.eltdf-circle .eltdf-icon-element, .eltdf-icon-shortcode.eltdf-dropcaps.eltdf-circle .eltdf-icon-element, .eltdf-icon-shortcode.eltdf-square .eltdf-icon-element {
	color: #fff;
	line-height: inherit;
}

.eltdf-icon-shortcode.eltdf-circle {
	border-radius: 50%;
}

.eltdf-icon-shortcode .eltdf-icon-element {
	display: block;
	line-height: inherit;
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}

.eltdf-icon-shortcode .eltdf-icon-element:before {
	display: block;
	line-height: inherit;
}

.eltdf-icon-animation-holder {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .15s ease-in-out;
	-moz-transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
}

.eltdf-icon-animation-holder.eltdf-icon-animation-show {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.eltdf-icon-tiny {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.eltdf-icon-small {
	font-size: 2em;
}

.eltdf-icon-medium {
	font-size: 3em;
}

.eltdf-icon-large {
	font-size: 4em;
}

.eltdf-icon-huge {
	font-size: 5em;
}

.eltdf-image-gallery {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-image-gallery.eltdf-has-shadow.eltdf-ig-carousel-type .owl-stage-outer, .eltdf-image-gallery.eltdf-has-shadow.eltdf-ig-slider-type .owl-stage-outer {
	padding: 0 0 20px;
}

.eltdf-image-gallery .eltdf-ig-image a, .eltdf-image-gallery .eltdf-ig-image img {
	position: relative;
	display: block;
}

.eltdf-image-gallery .eltdf-ig-image-inner, .eltdf-image-gallery .eltdf-ig-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-image-gallery.eltdf-ig-masonry-type .eltdf-ig-image.eltdf-fixed-masonry-item .eltdf-ig-image-inner, .eltdf-image-gallery.eltdf-ig-masonry-type .eltdf-ig-image.eltdf-fixed-masonry-item a {
	height: 100%;
}

.eltdf-image-gallery.eltdf-image-behavior-custom-link .eltdf-ig-image a {
	overflow: hidden;
	position: relative;
}

.eltdf-image-gallery.eltdf-image-behavior-custom-link .eltdf-ig-image a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-image-gallery.eltdf-image-behavior-custom-link .eltdf-ig-image a:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-image-gallery.eltdf-image-behavior-lightbox .eltdf-ig-image a {
	overflow: hidden;
	position: relative;
}

.eltdf-image-gallery.eltdf-image-behavior-lightbox .eltdf-ig-image a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-image-gallery.eltdf-image-behavior-lightbox .eltdf-ig-image a:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-image-gallery.eltdf-image-behavior-zoom .eltdf-ig-image:hover img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}

.eltdf-image-gallery.eltdf-image-behavior-zoom .eltdf-ig-image .eltdf-ig-image-inner {
	overflow: hidden;
}

.eltdf-image-gallery.eltdf-image-behavior-zoom .eltdf-ig-image img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.eltdf-image-gallery.eltdf-image-behavior-grayscale .eltdf-ig-image {
	overflow: hidden;
}

.eltdf-image-gallery.eltdf-image-behavior-grayscale .eltdf-ig-image:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
}

.eltdf-image-gallery.eltdf-image-behavior-grayscale .eltdf-ig-image img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eltdf-image-with-text-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-image-with-text-holder .eltdf-iwt-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-image-with-text-holder .eltdf-iwt-image a, .eltdf-image-with-text-holder .eltdf-iwt-image img {
	position: relative;
	display: block;
}

.eltdf-image-with-text-holder .eltdf-iwt-text-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-image-with-text-holder .eltdf-iwt-title {
	margin: 18px 0 0;
}

.eltdf-image-with-text-holder .eltdf-iwt-text {
	margin: 14px 0 0;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-custom-link .eltdf-iwt-image {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-custom-link .eltdf-iwt-image:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}

.eltdf-image-with-text-holder.eltdf-image-behavior-lightbox .eltdf-iwt-image a {
	overflow: hidden;
	position: relative;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-lightbox .eltdf-iwt-image a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-image-with-text-holder.eltdf-image-behavior-lightbox .eltdf-iwt-image a:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-ils-holder, .eltdf-ils-holder .eltdf-ils-image-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-zoom .eltdf-iwt-image {
	overflow: hidden;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-zoom .eltdf-iwt-image:hover img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}

.eltdf-image-with-text-holder.eltdf-image-behavior-zoom .eltdf-iwt-image img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-grayscale .eltdf-iwt-image {
	overflow: hidden;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-grayscale .eltdf-iwt-image:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
}

.eltdf-image-with-text-holder.eltdf-image-behavior-grayscale .eltdf-iwt-image img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eltdf-ils-holder {
	height: 100vh;
}

.admin-bar .eltdf-ils-holder {
	height: calc(100vh - 32px);
}

.eltdf-ils-holder.eltdf-ils-skin-light .eltdf-ils-item-link {
	color: #fff;
}

.eltdOutlinedFont, .eltdf-pie-chart-holder .eltdf-pc-percentage .eltdf-pc-percent {
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	color: currentColor;
	-webkit-text-fill-color: transparent;
}

.eltdf-ils-holder .eltdf-ils-image-holder {
	height: 100%;
	overflow: hidden;
}

.eltdf-ils-holder .eltdf-ils-item-image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0s .45s;
	-moz-transition: opacity 0s .45s;
	transition: opacity 0s .45s;
}

.eltdf-ils-holder .eltdf-ils-item-image.eltdf-active {
	z-index: 10;
	opacity: 1;
	-webkit-transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
	-moz-transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
	transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
}

.eltdf-ils-holder .eltdf-ils-item-image img {
	display: none;
}

.eltdf-ils-holder .eltdf-ils-content-holder {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.eltdf-ils-holder .eltdf-ils-content-inner {
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
}

.eltdf-ils-holder .eltdf-ils-item-content {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 60px 0;
	box-sizing: border-box;
}

.eltdf-ils-holder .eltdf-ils-item-link.eltdf-active .eltdf-ils-item-title:before, .eltdf-ils-holder .eltdf-ils-item-title:hover:before {
	width: 84%;
}

.eltdf-ils-holder .eltdf-ils-item-link {
	position: relative;
	display: block;
	padding-right: 10%;
	font-size: 100px;
	line-height: 1.2em;
	cursor: default;
	box-sizing: border-box;
}

.swiper-button-next, .swiper-button-prev, .touch .eltdf-single-image-holder.eltdf-image-behavior-grayscale .eltdf-si-inner, .touch .eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner, .touch .eltdf-single-image-holder.eltdf-image-behavior-zoom .eltdf-si-inner {
	cursor: pointer;
}

.eltdf-ils-holder .eltdf-ils-item-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	padding-left: 10%;
	cursor: pointer;
	z-index: 2;
	box-sizing: border-box;
}

.eltdf-ils-holder .eltdf-ils-item-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #595959;
	z-index: -1;
	-webkit-transition: width .5s ease;
	-moz-transition: width .5s ease;
	transition: width .5s ease;
}

.eltdOutlinedFont {
	font-weight: 700 !important;
}

.eltdOutlinedFont>* {
	font-weight: 700;
}

.eltdf-pie-chart-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

.eltdf-pie-chart-holder .eltdf-pc-percentage {
	position: relative;
	display: block;
	height: 176px;
	width: 176px;
	line-height: 176px;
	text-align: center;
	margin: 0 auto;
}

.eltdf-pie-chart-holder .eltdf-pc-percentage canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.eltdf-pie-chart-holder .eltdf-pc-percentage .eltdf-pc-percent {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 44px;
	line-height: inherit;
	font-weight: 700 !important;
}

.eltdf-pie-chart-holder .eltdf-pc-percentage .eltdf-pc-percent>* {
	font-weight: 700;
}

.eltdf-pie-chart-holder .eltdf-pc-percentage .eltdf-pc-percent:after {
	position: relative;
	top: -15px;
	content: "%";
	font-size: 15px;
	-webkit-text-stroke: 0 currentColor;
	-webkit-text-fill-color: #000;
}

.eltdf-pie-chart-holder .eltdf-pc-text-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 30px 0 0;
}

.eltdf-pie-chart-holder .eltdf-pc-text-holder .eltdf-pc-title {
	margin: 0;
}

.eltdf-pie-chart-holder .eltdf-pc-text-holder .eltdf-pc-text {
	margin: 14px 0 0;
}

.eltdf-pricing-tables {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-price-table.eltdf-pt-active-item .eltdf-pt-inner {
	background-color: #f9f7f5;
}

.eltdf-price-table .eltdf-pt-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	border: 1px solid #000;
}

.eltdf-price-table .eltdf-pt-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eltdf-price-table .eltdf-pt-inner ul li {
	margin: 0;
	padding: 12px 30px;
	text-align: center;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-title-holder {
	position: relative;
	color: #000;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-top: 13px;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices .eltdf-pt-price, .eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices .eltdf-pt-value {
	font-size: 72px;
	line-height: 1em;
	color: currentColor;
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	-webkit-text-fill-color: transparent;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-title-holder .eltdf-pt-title {
	display: block;
	padding: 17px 0 0;
	margin-top: 40px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices {
	position: relative;
	padding: 0 15px;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices .eltdf-pt-value {
	font-weight: 700 !important;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices .eltdf-pt-value>* {
	font-weight: 700;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices .eltdf-pt-price {
	display: inline-block;
	vertical-align: top;
	font-weight: 700 !important;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices .eltdf-pt-price>*, .eltdf-section-title-holder .eltdf-st-title .eltdf-st-title-bold {
	font-weight: 700;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-prices .eltdf-pt-mark {
	position: relative;
	display: block;
	margin: 20px 0 0;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-content {
	padding: 15px;
}

.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-button {
	padding: 18px 15px 69px;
}

@media only screen and (max-width:1024px) {
	.eltdf-price-table .eltdf-pt-inner ul li.eltdf-pt-button a.eltdf-btn-small {
		padding: 16px 60px;
	}
}

.eltdf-process-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-process-holder.eltdf-two-columns .eltdf-mark-horizontal-holder .eltdf-process-mark, .eltdf-process-holder.eltdf-two-columns .eltdf-process-item {
	width: 50%;
}

.eltdf-process-holder.eltdf-two-columns .eltdf-mark-vertical-holder .eltdf-process-mark {
	height: 50%;
}

.eltdf-process-holder.eltdf-three-columns .eltdf-mark-horizontal-holder .eltdf-process-mark, .eltdf-process-holder.eltdf-three-columns .eltdf-process-item {
	width: 33.33333%;
}

.eltdf-process-holder.eltdf-three-columns .eltdf-mark-vertical-holder .eltdf-process-mark {
	height: 33.33333%;
}

.eltdf-process-holder.eltdf-four-columns .eltdf-mark-horizontal-holder .eltdf-process-mark, .eltdf-process-holder.eltdf-four-columns .eltdf-process-item {
	width: 25%;
}

.eltdf-process-holder.eltdf-four-columns .eltdf-mark-vertical-holder .eltdf-process-mark {
	height: 25%;
}

.eltdf-process-holder.eltdf-process-appeared .eltdf-process-circle {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.eltdf-process-holder.eltdf-process-appeared .eltdf-mark-horizontal-holder .eltdf-process-line {
	width: 100%;
}

.eltdf-process-holder.eltdf-process-appeared .eltdf-mark-vertical-holder .eltdf-process-line {
	height: 100%;
}

.eltdf-process-holder.eltdf-process-appeared .eltdf-process-item {
	opacity: 1;
}

.eltdf-process-holder .eltdf-mark-horizontal-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	clear: both;
}

.eltdf-process-holder .eltdf-mark-horizontal-holder .eltdf-process-mark {
	float: left;
}

.eltdf-process-holder .eltdf-mark-horizontal-holder .eltdf-process-line {
	top: 50%;
	left: 50%;
	width: 0;
	height: 1px;
	-webkit-transition: width .4s ease .1s;
	-moz-transition: width .4s ease .1s;
	transition: width .4s ease .1s;
}

.eltdf-process-holder .eltdf-mark-vertical-holder {
	position: absolute;
	top: 26px;
	left: 0;
	display: none;
	width: 46px;
	height: 100%;
}

.eltdf-process-holder .eltdf-mark-vertical-holder .eltdf-process-line {
	top: 23px;
	left: 50%;
	width: 1px;
	height: 0;
	-webkit-transition: height .4s ease .1s;
	-moz-transition: height .4s ease .1s;
	transition: height .4s ease .1s;
}

.eltdf-process-holder .eltdf-process-mark {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.eltdf-process-holder .eltdf-process-mark:last-child .eltdf-process-line {
	display: none;
}

.eltdf-process-holder .eltdf-process-mark:nth-child(2) .eltdf-process-circle {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
}

.eltdf-process-holder .eltdf-process-mark:nth-child(2) .eltdf-process-line {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s;
}

.eltdf-process-holder .eltdf-process-mark:nth-child(3) .eltdf-process-circle {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}

.eltdf-process-holder .eltdf-process-mark:nth-child(3) .eltdf-process-line {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.eltdf-process-holder .eltdf-process-mark:nth-child(4) .eltdf-process-circle {
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.eltdf-process-holder .eltdf-process-mark:nth-child(4) .eltdf-process-line {
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.eltdf-process-holder .eltdf-process-circle {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 46px;
	height: 46px;
	font-size: 18px;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	background-color: #595959;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	-moz-transition: opacity .2s ease, -moz-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	-webkit-transform: scale(.6);
	-moz-transform: scale(.6);
	transform: scale(.6);
}

.eltdf-process-holder .eltdf-process-line {
	position: absolute;
	background-color: #595959;
}

.eltdf-process-holder .eltdf-process-inner {
	margin: 0 -15px;
}

.eltdf-process-holder .eltdf-process-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 0 15px;
	opacity: 0;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.eltdf-process-holder .eltdf-process-item:nth-child(2) {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
}

.eltdf-process-holder .eltdf-process-item:nth-child(3) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}

.eltdf-process-holder .eltdf-process-item:nth-child(4) {
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.eltdf-process-holder .eltdf-pi-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 26px 0 10px;
}

.eltdf-process-holder .eltdf-pi-title {
	margin: 0;
}

.eltdf-process-holder .eltdf-pi-text {
	margin: 11px 0 0;
}

.eltdf-progress-bar {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-progress-bar.eltdf-pb-percent-floating {
	width: 100%;
	height: 100%;
}

.eltdf-progress-bar.eltdf-pb-percent-floating .eltdf-pb-percent {
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.eltdf-progress-bar .eltdf-pb-title-holder {
	position: relative;
	margin: 10px 0 4px;
}

.eltdf-progress-bar .eltdf-pb-title-holder .eltdf-pb-title {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}

.eltdf-progress-bar .eltdf-pb-percent {
	position: absolute;
	right: 0;
	bottom: 1px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	z-index: 10;
}

.eltdf-progress-bar .eltdf-pb-percent:after {
	content: "%";
}

.eltdf-progress-bar .eltdf-pb-content-holder {
	position: relative;
	height: 1px;
	overflow: hidden;
	background-color: #ebebeb;
}

.eltdf-progress-bar .eltdf-pb-content-holder .eltdf-pb-content {
	height: 1px;
	max-width: 100%;
	overflow: hidden;
	background-color: #595959;
}

.eltdf-section-title-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
}

.eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-tiny-space .eltdf-st-inner {
	margin: 0 -5px;
}

.eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-tiny-space .eltdf-st-text, .eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-tiny-space .eltdf-st-title {
	padding: 0 5px;
}

.eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-small-space .eltdf-st-inner {
	margin: 0 -10px;
}

.eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-small-space .eltdf-st-text, .eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-small-space .eltdf-st-title {
	padding: 0 10px;
}

.eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-normal-space .eltdf-st-inner {
	margin: 0 -15px;
}

.eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-normal-space .eltdf-st-text, .eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-normal-space .eltdf-st-title {
	padding: 0 15px;
}

.eltdf-section-title-holder.eltdf-st-two-columns .eltdf-st-text, .eltdf-section-title-holder.eltdf-st-two-columns .eltdf-st-title {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	float: left;
	margin: 0;
	box-sizing: border-box;
}

.eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-title-left .eltdf-st-title {
	text-align: right;
}

.eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-title-left .eltdf-st-text {
	text-align: left;
}

.eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-title-right .eltdf-st-title {
	float: right;
	text-align: left;
}

.eltdf-section-title-holder.eltdf-st-two-columns.eltdf-st-title-right .eltdf-st-text {
	text-align: right;
}

.eltdf-section-title-holder .eltdf-st-title {
	display: block;
	margin: 0;
}

.eltdf-section-title-holder .eltdf-st-title .eltdf-st-title-light {
	font-weight: 300;
}

.eltdf-section-title-holder .eltdf-st-text {
	display: block;
	margin: 14px 0 0;
}

.eltdf-separator, .eltdf-single-image-holder, .eltdf-single-image-holder .eltdf-si-inner {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.eltdf-separator-holder {
	position: relative;
	height: auto;
	font-size: 0;
	line-height: 1em;
}

.eltdf-separator-holder.eltdf-separator-center {
	text-align: center;
}

.eltdf-separator-holder.eltdf-separator-left {
	text-align: left;
}

.eltdf-separator-holder.eltdf-separator-right {
	text-align: right;
}

.eltdf-separator-holder.eltdf-separator-full-width .eltdf-separator {
	width: 100% !important;
}

.eltdf-separator {
	border-bottom: 1px solid #ebebeb;
	margin: 10px 0;
}

.eltdf-single-image-holder {
	width: 100%;
}

.eltdf-single-image-holder .eltdf-si-inner {
	width: 100%;
}

.eltdf-single-image-holder .eltdf-si-inner a, .eltdf-single-image-holder .eltdf-si-inner img {
	position: relative;
	display: block;
}

.eltdf-single-image-holder.eltdf-image-behavior-custom-link .eltdf-si-inner a {
	overflow: hidden;
	position: relative;
}

.eltdf-single-image-holder.eltdf-image-behavior-custom-link .eltdf-si-inner a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-single-image-holder.eltdf-image-behavior-custom-link .eltdf-si-inner a:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-single-image-holder.eltdf-image-behavior-lightbox .eltdf-si-inner a {
	overflow: hidden;
	position: relative;
}

.eltdf-single-image-holder.eltdf-image-behavior-lightbox .eltdf-si-inner a:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-single-image-holder.eltdf-image-behavior-lightbox .eltdf-si-inner a:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transform: translate3d(-9%, -9%, 0);
	-moz-transform: translate3d(-9%, -9%, 0);
	transform: translate3d(-9%, -9%, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-single-image-holder.eltdf-image-behavior-zoom .eltdf-si-inner {
	overflow: hidden;
}

.eltdf-single-image-holder.eltdf-image-behavior-zoom .eltdf-si-inner:hover img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}

.eltdf-single-image-holder.eltdf-image-behavior-zoom .eltdf-si-inner img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.eltdf-single-image-holder.eltdf-image-behavior-grayscale .eltdf-si-inner {
	overflow: hidden;
}

.eltdf-single-image-holder.eltdf-image-behavior-grayscale .eltdf-si-inner:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
}

.eltdf-single-image-holder.eltdf-image-behavior-grayscale .eltdf-si-inner img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner {
	overflow: hidden;
	padding: 10% 0;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 120%;
	-webkit-transition: background .7s ease-out;
	-moz-transition: background .7s ease-out;
	transition: background .7s ease-out;
}

.eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner:hover {
	background-position: 90% center;
}

.eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner img {
	z-index: -1;
	max-width: 80%;
}

@media only screen and (max-width:1024px) {
	.eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner {
		padding: 0;
		background: 0 0;
	}
	
	.eltdf-single-image-holder.eltdf-image-behavior-moving .eltdf-si-inner img {
		z-index: inherit;
		max-width: 100%;
	}
}

.eltdf-content-aligment-center .eltdf-single-image-holder img, .eltdf-horizontal-alignment-center .eltdf-single-image-holder img {
	margin: 0 auto;
}

.eltdf-content-aligment-right .eltdf-single-image-holder img, .eltdf-horizontal-alignment-right .eltdf-single-image-holder img {
	float: right;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-prev.nitro-lazy, .swiper-container-rtl .swiper-button-next.nitro-lazy {
	background-image: none !important;
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-next.nitro-lazy, .swiper-container-rtl .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white.nitro-lazy, .swiper-container-rtl .swiper-button-next.swiper-button-white.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white.nitro-lazy, .swiper-container-rtl .swiper-button-prev.swiper-button-white.nitro-lazy {
	background-image: none !important;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black.nitro-lazy, .swiper-container-rtl .swiper-button-next.swiper-button-black.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black.nitro-lazy, .swiper-container-rtl .swiper-button-prev.swiper-button-black.nitro-lazy {
	background-image: none !important;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-container-cube, .swiper-container-flip {
	overflow: visible;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

.swiper-scrollbar-cursor-drag, .swiper-slide-zoomed {
	cursor: move;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-pagination-lock, .swiper-scrollbar-lock {
	display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.slider-carousel-holder, .swiper-zoom-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain";
}

.eltdf-video-button-holder .eltdf-video-button-play-inner .eltdf-video-button-svg, .touch .eltdf-team-holder.eltdf-team-info-on-image {
	cursor: pointer;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	visibility: visible;
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

.swiper-container {
	width: 100%;
	height: auto;
	left: 130px;
}

.eltdf-sc-fixed-title {
	position: fixed;
	left: 15%;
	top: 42%;
	z-index: 1234;
}

.eltdf-sc-fixed-title.eltdf-fixed-title-animate-in .eltdf-sc-fixed-title-link h1, .eltdf-sc-fixed-title.eltdf-fixed-title-animate-in .eltdf-sc-fixed-title-link h2 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.eltdf-sc-fixed-title .eltdf-sc-fixed-title-link:hover h2:after {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}

.eltdf-sc-fixed-title .eltdf-sc-fixed-title-link div {
	overflow: hidden;
}

.eltdf-sc-fixed-title .eltdf-sc-fixed-title-link h1, .eltdf-sc-fixed-title .eltdf-sc-fixed-title-link h2 {
	font-size: 75px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	opacity: 0;
}

.eltdf-sc-fixed-title .eltdf-sc-fixed-title-link h1 {
	-webkit-transition: .7s 50ms cubic-bezier(.79, .07, .43, .86);
	-moz-transition: .7s 50ms cubic-bezier(.79, .07, .43, .86);
	transition: .7s 50ms cubic-bezier(.79, .07, .43, .86);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.eltdf-sc-fixed-title .eltdf-sc-fixed-title-link h2, .eltdf-sc-fixed-title .eltdf-sc-fixed-title-link h2:after {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	text-stroke: 1px currentColor;
	-webkit-text-stroke: 1px currentColor;
	color: currentColor;
	-webkit-text-fill-color: transparent;
	font-weight: 700 !important;
}

.eltdf-sc-fixed-title .eltdf-sc-fixed-title-link h2:after>*, .eltdf-sc-fixed-title .eltdf-sc-fixed-title-link h2>* {
	font-weight: 700;
}

.eltdf-sc-fixed-title .eltdf-sc-fixed-title-link h2 {
	position: relative;
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
	-webkit-transition: .7s cubic-bezier(.79, .07, .43, .86);
	-moz-transition: .7s cubic-bezier(.79, .07, .43, .86);
	transition: .7s cubic-bezier(.79, .07, .43, .86);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.eltdf-sc-fixed-title .eltdf-sc-fixed-title-link h2:after {
	content: attr(data-title);
	-webkit-text-fill-color: #000;
	clip-path: inset(100% 0 0 0);
	-webkit-clip-path: inset(100% 0 0 0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.eltdf-sc-fixed-info {
	position: fixed;
	bottom: 50px;
	left: 415px;
	opacity: 0;
	-webkit-transition: .7s cubic-bezier(.79, .07, .43, .86);
	-moz-transition: .7s cubic-bezier(.79, .07, .43, .86);
	transition: .7s cubic-bezier(.79, .07, .43, .86);
}

.eltdf-sc-fixed-info.eltdf-fixed-info-animate-in {
	opacity: 1;
}

.slider-carousel-holder.eltdf-slider-nav-disabled .slider-carousel-navigation {
	display: none;
}

.slider-carousel:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 50%;
	background: #fff;
	width: 120px;
	height: 100%;
	z-index: 123;
}

.slider-carousel-holder {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100vh;
	padding-left: 15%;
	align-items: center;
	display: flex;
}

.slider-carousel-holder .slider-carousel-next, .slider-carousel-holder .slider-carousel-prev {
	margin: 0;
	height: 27px;
	font-size: 22px;
	background: 0 0;
}

.slider-carousel-holder .slider-carousel-next {
	margin-bottom: 10px;
}

.slider-carousel-navigation {
	position: fixed;
	right: 60px;
	bottom: 65px;
	z-index: 30;
}

.slider-carousel-navigation>* {
	position: static;
}

.slider-carousel .swiper-wrapper {
	-webkit-transition: 1.5s cubic-bezier(.79, .36, .29, 1.03) !important;
	-moz-transition: 1.5s cubic-bezier(.79, .36, .29, 1.03) !important;
	transition: 1.5s cubic-bezier(.79, .36, .29, 1.03) !important;
}

.slider-carousel .swiper-slide {
	position: relative;
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-carousel .swiper-slide .title {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
	margin-top: 15px;
	transition: opacity .2s ease-in-out, margin-top .3s ease-in-out;
}

.slider-carousel .swiper-slide .title a>* {
	font-size: 75px;
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.slider-carousel .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.05) translateX(20px);
	-moz-transform: scale(1.05) translateX(20px);
	transform: scale(1.05) translateX(20px);
	-webkit-transition: 1.5s 1s;
	-moz-transition: 1.5s 1s;
	transition: 1.5s 1s;
}

.slider-carousel .swiper-slide .additional-info {
	display: none;
}

.slider-carousel .swiper-slide.swiper-slide-active img, .slider-carousel .swiper-slide.swiper-slide-prev img {
	-webkit-transform: scale(1) translateX(0) !important;
	-moz-transform: scale(1) translateX(0) !important;
	transform: scale(1) translateX(0) !important;
}

.eltdf-social-share-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.eltdf-social-share-holder .eltdf-social-title {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px 0 0;
}

.eltdf-social-share-holder li, .eltdf-social-share-holder ul {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
}

.eltdf-social-share-holder ul {
	list-style: none;
}

.eltdf-social-share-holder li a {
	font-size: 14px;
}

.eltdf-social-share-holder.eltdf-list li {
	margin-right: 22px;
}

.eltdf-social-share-holder.eltdf-list li:last-child {
	margin-right: 0;
}

.eltdf-social-share-holder.eltdf-text li {
	margin-right: 13px;
}

.eltdf-social-share-holder.eltdf-text li:last-child {
	margin-right: 0;
}

.eltdf-social-share-holder.eltdf-dropdown {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(2) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(3) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(4) {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	transition-delay: .4s;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(5) {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(6) {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s;
}

.eltdf-social-share-holder.eltdf-dropdown:hover .eltdf-social-share-dropdown ul li:nth-child(7) {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	transition-delay: .7s;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown-opener {
	display: block;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown-opener .eltdf-social-share-title {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown {
	position: absolute;
	visibility: hidden;
	z-index: 950;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown ul {
	position: relative;
	display: block;
	z-index: 990;
	margin: 0;
	padding: 0 !important;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown li {
	position: absolute;
	display: block;
	text-align: center;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
	-moz-transition: opacity .2s ease-out, visibility .2s ease-out;
	transition: opacity .2s ease-out, visibility .2s ease-out;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown li a {
	-webkit-transition: color .2s ease-out, background-color .2s ease-out;
	-moz-transition: color .2s ease-out, background-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out;
}

.eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown li * {
	display: block;
	line-height: inherit;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown {
	bottom: 0;
	left: 0;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li {
	width: 90px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #000;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li, .eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li {
	width: calc(90px / 3);
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:not(:first-child) {
	border-top: none;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-facebook-share a:hover {
	background-color: #3b5998;
	color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-twitter-share a:hover {
	background-color: #00aced;
	color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-google_plus-share a:hover {
	background-color: #dd4b39;
	color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-linkedin-share a:hover {
	background-color: #007bb5;
	color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-tumblr-share a:hover {
	background-color: #32506d;
	color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-pinterest-share a:hover {
	background-color: #cb2027;
	color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li.eltdf-vk-share a:hover {
	background-color: #45668e;
	color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li a {
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(1) {
	bottom: -30px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(2) {
	bottom: -60px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(3) {
	bottom: -90px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(4) {
	bottom: -120px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(5) {
	bottom: -150px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(6) {
	bottom: -180px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-bottom .eltdf-social-share-dropdown li:nth-child(7) {
	bottom: -210px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown {
	top: 0;
	right: 0;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(1) {
	left: 5px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(2) {
	left: 35px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(3) {
	left: 65px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(4) {
	left: 95px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(5) {
	left: 125px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(6) {
	left: 155px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-right .eltdf-social-share-dropdown li:nth-child(7) {
	left: 185px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown {
	top: 0;
	left: 0;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(1) {
	right: 5px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(2) {
	right: 35px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(3) {
	right: 65px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(4) {
	right: 95px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(5) {
	right: 125px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(6) {
	right: 155px;
}

.eltdf-social-share-holder.eltdf-dropdown.eltdf-left .eltdf-social-share-dropdown li:nth-child(7) {
	right: 185px;
}

.ui-widget-content {
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: 0 0;
	border: 0;
	border-radius: 0;
}

.ui-widget-content .ui-widget-header {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: initial;
	background: 0 0;
	border: 0;
	border-radius: 0;
}

.ui-widget-content .ui-tabs-nav li {
	position: initial;
	font-weight: inherit;
	color: inherit;
	background: initial;
	border: 0;
	border-radius: 0;
}

.eltdf-tabs, .eltdf-tabs .eltdf-tab-container, .eltdf-tabs .eltdf-tabs-nav {
	position: relative;
	width: 100%;
	vertical-align: middle;
}

.ui-widget-content .ui-widget-content {
	color: inherit;
	background: 0 0;
	border: 0;
	border-radius: 0;
}

.eltdf-tabs {
	display: inline-block;
}

.eltdf-tabs .eltdf-tabs-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0 85px;
	list-style: none;
	box-sizing: border-box;
	border-bottom: 1px solid silver;
}

.eltdf-tabs .eltdf-tabs-nav:after, .eltdf-tabs .eltdf-tabs-nav:before {
	content: "";
	display: block;
}

@media only screen and (max-width:680px) {
	.eltdf-tabs .eltdf-tabs-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: stretch;
		-webkit-justify-content: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
		flex-direction: column;
	}
}

.eltdf-tabs .eltdf-tabs-nav li {
	margin-bottom: -1px;
	border-bottom: 1px solid silver;
}

.eltdf-tabs .eltdf-tabs-nav li.ui-state-active {
	border-bottom: 1px solid #010101;
}

.eltdf-tabs .eltdf-tabs-nav li a {
	font-family: Inconsolata, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .3em;
	line-height: 1.714em;
	text-transform: uppercase;
	display: block;
	padding: 0 5px 13px;
}

.eltdf-tabs .eltdf-tabs-nav li.ui-state-active a, .eltdf-tabs .eltdf-tabs-nav li.ui-state-hover a {
	color: #000;
}

.eltdf-tabs .eltdf-tab-container {
	padding: 31px 85px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
}

.eltdf-tabs .eltdf-tab-container p {
	margin: 0;
}

@media only screen and (max-width:680px) {
	.eltdf-team-carousel-holder .eltdf-owl-slider .owl-nav {
		display: none;
	}
}

.eltdf-team-holder, .eltdf-team-holder .eltdf-team-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-team-carousel-holder .eltdf-owl-slider .owl-nav .owl-prev {
	left: -50px;
}

.eltdf-team-carousel-holder .eltdf-owl-slider .owl-nav .owl-next {
	right: -50px;
}

.eltdf-team-holder.eltdf-team-info-on-image:hover .eltdf-team-social-wrapper {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.eltdf-team-holder.eltdf-team-info-on-image:hover .eltdf-team-social-inner {
	-webkit-transition: -webkit-transform .45s cubic-bezier(.64, .01, .15, 1.16), opacity .5s;
	-moz-transition: -moz-transform .45s cubic-bezier(.64, .01, .15, 1.16), opacity .5s;
	transition: transform .45s cubic-bezier(.64, .01, .15, 1.16), opacity .5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.eltdf-team-holder.eltdf-team-info-on-image .eltdf-team-social-holder {
	margin: 7px 0 0;
}

.eltdf-team-holder .eltdf-team-image {
	overflow: hidden;
}

.eltdf-team-holder .eltdf-team-image img {
	display: block;
	object-fit: cover;
}

.eltdf-team-holder .eltdf-team-link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 4;
}

.eltdf-team-holder .eltdf-team-name {
	margin: 0;
}

.eltdf-team-holder .eltdf-team-position {
	margin: 6px 0 0;
}

.eltdf-team-holder .eltdf-team-social-wrapper {
	width: 88%;
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: auto;
	min-width: 200px;
	padding: 20px 39px 22px;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

@media only screen and (max-width:1024px) {
	.eltdf-team-holder .eltdf-team-social-wrapper {
		min-width: 0;
		width: 88%;
	}
}

.eltdf-team-holder .eltdf-team-social-inner {
	-webkit-transition: -webkit-transform .2s ease;
	-moz-transition: -moz-transform .2s ease;
	transition: transform .2s ease;
	-webkit-transform: translate3d(0, 40px, 0);
	-moz-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

html {
	height: 100%;
	overflow-x: hidden;
}

.curtains {
	width: 100%;
}

.curtains>li {
	-webkit-transform: translateZ(0);
	background: #fff;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: 1;
}

.curtains>li.hidden, .eltdf-uncovering-section-on-page footer, .eltdf-vss-responsive {
	display: none;
}

.curtains>li:first-child {
	z-index: 2;
}

.eltdf-uncovering-section-on-page:not(.eltdf-header-bottom) .eltdf-page-header {
	-webkit-transition: top .6s ease;
	-moz-transition: top .6s ease;
	transition: top .6s ease;
	position: fixed;
	top: 0;
	left: 0;
}

.eltdf-uncovering-section-on-page:not(.eltdf-header-bottom).eltdf-header-top-enabled .eltdf-top-bar {
	-webkit-transition: top .6s ease;
	-moz-transition: top .6s ease;
	transition: top .6s ease;
	position: fixed;
	top: -45px;
	left: 0;
}

.eltdf-uncovering-section-on-page:not(.eltdf-header-bottom).eltdf-header-top-enabled:not(.eltdf-sticky-header-appear) .eltdf-top-bar {
	top: 0;
}

.eltdf-uncovering-section-on-page:not(.eltdf-header-bottom).eltdf-header-top-enabled:not(.eltdf-sticky-header-appear) .eltdf-page-header {
	top: 45px;
}

.eltdf-uncovering-sections {
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	opacity: 0;
}

.eltdf-uncovering-sections li, .eltdf-uncovering-sections ul {
	margin: 0;
	padding: 0;
}

.eltdf-uncovering-sections.eltdf-loaded {
	opacity: 1;
}

.eltdf-uncovering-sections .eltdf-uss-item {
	display: inline-block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	will-change: transform;
}

.eltdf-uncovering-sections .eltdf-uss-item .eltdf-uss-image-holder {
	position: absolute;
	top: -5%;
	left: 0;
	width: 100%;
	height: 125%;
	will-change: transform;
	background-position: center;
	background-size: cover;
}

.eltdf-uncovering-sections .eltdf-uss-item.eltdf-uss-item-va-top .eltdf-uss-item-inner {
	vertical-align: top;
}

.eltdf-uncovering-sections .eltdf-uss-item.eltdf-uss-item-va-bottom .eltdf-uss-item-inner {
	vertical-align: bottom;
}

.eltdf-uncovering-sections .eltdf-uss-item.eltdf-uss-item-ha-left .eltdf-uss-item-inner {
	text-align: left;
}

.eltdf-uncovering-sections .eltdf-uss-item.eltdf-uss-item-ha-center .eltdf-uss-item-inner {
	text-align: center;
}

.eltdf-uncovering-sections .eltdf-uss-item.eltdf-uss-item-ha-right .eltdf-uss-item-inner {
	text-align: right;
}

.eltdf-uncovering-sections .eltdf-uss-item.eltdf-uss-item-has-link .eltdf-uss-item-inner a {
	position: relative;
}

.eltdf-uncovering-sections .eltdf-uss-item .eltdf-uss-item-outer {
	position: relative;
	display: table;
	table-layout: initial;
	height: 100%;
	width: 100%;
}

.eltdf-uncovering-sections .eltdf-uss-item .eltdf-uss-item-inner {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 5%;
	box-sizing: border-box;
}

.eltdf-uncovering-sections .eltdf-uss-item .eltdf-uss-item-inner a {
	position: relative;
}

.eltdf-uncovering-sections .eltdf-uss-item .eltdf-uss-item-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.eltdf-fss-shadow {
	background: #323134;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19;
	opacity: 0;
	pointer-events: none;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.eltdf-vss-initialized .eltdf-content .eltdf-content-inner>.eltdf-container>.eltdf-container-inner, .eltdf-vss-initialized .eltdf-content .eltdf-content-inner>.eltdf-full-width>.eltdf-full-width-inner {
	padding: 0;
}

.eltdf-vertical-split-slider {
	position: relative;
	opacity: 0;
	margin: 0 -2px;
	overflow: hidden;
}

.eltdf-vertical-split-slider .eltdf-vss-ms-left, .eltdf-vertical-split-slider .eltdf-vss-ms-right {
	position: absolute;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
}

.eltdf-vertical-split-slider .eltdf-vss-ms-left {
	top: 0;
	left: 0;
}

.eltdf-vertical-split-slider .eltdf-vss-ms-left .eltdf-vss-ms-section {
	background-position: 100% center;
	background-size: cover;
}

.eltdf-vertical-split-slider .eltdf-vss-ms-right {
	top: 10000px;
	right: 0;
}

.eltdf-vertical-split-slider .eltdf-vss-ms-right .eltdf-vss-ms-section {
	background-position: 0 center;
	background-size: cover;
}

.eltdf-vertical-split-slider .eltdf-vss-ms-section.ms-table {
	display: table;
	width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
}

.eltdf-vertical-split-slider .eltdf-vss-ms-section .ms-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-transition: padding .45s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: padding .45s cubic-bezier(.4, 0, .2, 1);
	transition: padding .45s cubic-bezier(.4, 0, .2, 1);
}

.eltdf-vertical-split-slider .eltdf-vss-ms-section .ms-easing {
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	transition: all .7s ease-out;
}

.eltdf-vertical-split-slider.eltdf-vss-scrolled .eltdf-vss-ms-left .eltdf-vss-ms-section .ms-tableCell {
	padding: 7.5rem 0 7.5rem 7.5rem;
}

.eltdf-vertical-split-slider.eltdf-vss-scrolled .eltdf-vss-ms-right .eltdf-vss-ms-section .ms-tableCell {
	padding: 7.5rem 7.5rem 7.5rem 0;
}

.eltdf-vertical-split-slider.eltdf-vss-scrolled .eltdf-vss-horizontal-mask:after, .eltdf-vertical-split-slider.eltdf-vss-scrolled .eltdf-vss-horizontal-mask:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.eltdf-vertical-split-slider.eltdf-vss-scrolled .eltdf-vss-vertical-mask:after, .eltdf-vertical-split-slider.eltdf-vss-scrolled .eltdf-vss-vertical-mask:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
}

.eltdf-vertical-split-slider .eltdf-vss-horizontal-mask:after, .eltdf-vertical-split-slider .eltdf-vss-horizontal-mask:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-color: #fff;
	height: 7.5rem;
	z-index: 500;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: -moz-transform .45s cubic-bezier(.4, 0, .2, 1);
	transition: transform .45s cubic-bezier(.4, 0, .2, 1);
}

.eltdf-vertical-split-slider .eltdf-vss-horizontal-mask:before {
	top: 0;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}

.eltdf-vertical-split-slider .eltdf-vss-horizontal-mask:after {
	bottom: 0;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.eltdf-vertical-split-slider .eltdf-vss-vertical-mask:after, .eltdf-vertical-split-slider .eltdf-vss-vertical-mask:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #fff;
	width: 7.5rem;
	z-index: 500;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: -moz-transform .45s cubic-bezier(.4, 0, .2, 1);
	transition: transform .45s cubic-bezier(.4, 0, .2, 1);
}

.eltdf-vertical-split-slider .eltdf-vss-vertical-mask:before {
	left: 0;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}

.eltdf-vertical-split-slider .eltdf-vss-vertical-mask:after {
	right: 0;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
}

.eltdf-vss-responsive .eltdf-vss-ms-section {
	background-position: center;
	background-size: cover;
}

#multiscroll-nav {
	position: fixed;
	top: 50%;
	right: 64px;
	margin-top: -10px;
	opacity: 1;
	z-index: 1000;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.eltdf-fullscreen-menu-opened #multiscroll-nav {
	z-index: -1;
}

#multiscroll-nav ul {
	margin: 0;
	padding: 0;
}

#multiscroll-nav ul li {
	position: relative;
	display: block;
	margin: 12px 3px;
	overflow: hidden;
}

#multiscroll-nav ul li a {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	background-color: transparent;
	border: 2px solid rgba(0, 0, 0, .5);
	border-radius: 3em;
	z-index: 1;
	box-sizing: border-box;
}

#multiscroll-nav ul li a.active {
	background-color: #000;
	border-color: #000;
}

.eltdf-light-header #multiscroll-nav ul li a {
	border-color: #fff;
}

.eltdf-light-header #multiscroll-nav ul li a.active {
	background-color: #fff;
}

.eltdf-dark-header #multiscroll-nav ul li a {
	border-color: #000;
}

.eltdf-dark-header #multiscroll-nav ul li a.active {
	background-color: #000;
}

#multiscroll-nav ul li a span {
	display: block;
}

.eltdf-video-button-holder {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.eltdf-video-button-holder.eltdf-vb-has-img .eltdf-video-button-play, .eltdf-video-button-holder.eltdf-vb-has-img .eltdf-video-button-play-image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 44;
}

.eltdf-video-button-holder.eltdf-vb-has-img .eltdf-video-button-play .eltdf-video-button-play-inner, .eltdf-video-button-holder.eltdf-vb-has-img .eltdf-video-button-play-image .eltdf-video-button-play-inner {
	position: relative;
	top: 50%;
	left: 0;
	display: block;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.eltdf-video-button-holder .eltdf-video-button-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-video-button-holder .eltdf-video-button-image img {
	display: block;
}

.eltdf-video-button-holder .eltdf-video-button-play, .eltdf-video-button-holder .eltdf-video-button-play-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
}

.eltdf-video-button-holder .eltdf-video-button-play {
	color: #000;
	font-size: 106px;
	line-height: 1;
}

.eltdf-video-button-holder .eltdf-video-button-play:hover .eltdf-video-button-play-inner .eltdf-video-button-svg polygon:nth-of-type(2) {
	stroke-dashoffset: 0;
}

.eltdf-video-button-holder .eltdf-video-button-play span, .eltdf-video-button-holder .eltdf-video-button-play span:before {
	display: block;
	line-height: inherit;
}

.eltdf-video-button-holder .eltdf-video-button-play-inner .eltdf-video-button-svg polygon:nth-of-type(1) {
	stroke: #fff;
}

.eltdf-video-button-holder .eltdf-video-button-play-inner .eltdf-video-button-svg polygon:nth-of-type(2) {
	stroke: #fff;
	stroke-dashoffset: 700;
	stroke-dasharray: 700;
	stroke-width: 2;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-linecap: butt;
	-webkit-transition: 2s ease-out;
	-moz-transition: 2s ease-out;
	transition: 2s ease-out;
}

.eltdf-instagram-list-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	clear: both;
}

.eltdf-instagram-list-holder:not(.eltdf-il-one-column) .eltdf-il-item {
	float: left;
}

.eltdf-instagram-list-holder .eltdf-instagram-carousel {
	margin: 0 !important;
}

.eltdf-instagram-list-holder .eltdf-il-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 0;
	box-sizing: border-box;
}

.eltdf-instagram-feed {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eltdf-instagram-feed li {
	border: none !important;
	box-sizing: border-box;
	float: left;
}

.eltdf-instagram-feed li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.eltdf-instagram-feed li a .eltdf-instagram-icon {
	color: #fff;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eltdf-instagram-feed li a:hover .eltdf-instagram-icon {
	opacity: 1;
}

.eltdf-instagram-feed li img {
	display: block;
	width: 100%;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-no-space {
	margin: 0;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-no-space li {
	padding: 0;
	margin: 0;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-tiny-space {
	margin: 0 -5px -10px;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-tiny-space li {
	padding: 0 5px;
	margin: 0 0 10px;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-small-space {
	margin: 0 -10px -20px;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-small-space li {
	padding: 0 10px;
	margin: 0 0 20px;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-normal-space {
	margin: 0 -15px -30px;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-normal-space li {
	padding: 0 15px;
	margin: 0 0 30px;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-col-2 li {
	width: 50%;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-col-3 li {
	width: 33.33333%;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-col-4 li {
	width: 25%;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-col-6 li {
	width: 16.66667%;
}

.eltdf-instagram-feed.eltdf-instagram-gallery.eltdf-col-9 li {
	width: 11.11111%;
}

.eltdf-instagram-feed.eltdf-instagram-carousel li {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.eltdf-instagram-feed.eltdf-instagram-carousel li a {
	display: block;
	height: 100%;
	position: relative;
}

.eltdf-twitter-list-holder, .eltdf-twitter-list-holder .eltdf-tl-item, .eltdf-twitter-list-holder .eltdf-tli-content, .eltdf-twitter-list-holder .eltdf-tli-inner, .eltdf-twitter-list-holder .eltdf-twitter-content-top, .eltdf-twitter-list-holder .eltdf-twitter-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.eltdf-twitter-list-holder {
	clear: both;
}

.eltdf-twitter-list-holder .eltdf-twitter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eltdf-twitter-list-holder .eltdf-tl-item {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.eltdf-twitter-list-holder .eltdf-tli-inner {
	background-color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.eltdf-twitter-list-holder .eltdf-tli-inner:hover {
	box-shadow: -2px 4px 13px 0 rgba(81, 137, 162, .05);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	transform: translateY(-3px);
}

.eltdf-twitter-list-holder .eltdf-tli-content {
	padding: 35px 23px;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
}

.eltdf-twitter-list-holder .eltdf-twitter-content-top {
	margin-bottom: 25px;
	box-sizing: border-box;
}

.eltdf-twitter-list-holder .eltdf-twitter-link-over {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.eltdf-twitter-list-holder .eltdf-twitter-user {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding-right: 30px;
	box-sizing: border-box;
}

.eltdf-twitter-list-holder .eltdf-twitter-user .eltdf-twitter-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 56px;
	height: 56px;
}

.eltdf-twitter-list-holder .eltdf-twitter-user .eltdf-twitter-image img {
	border-radius: 50%;
}

.eltdf-twitter-list-holder .eltdf-twitter-user .eltdf-twitter-name {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	width: calc(100% - 56px);
	padding-left: 15px;
	box-sizing: border-box;
}

.eltdf-twitter-list-holder .eltdf-twitter-user .eltdf-twitter-name * {
	margin: 0;
}

.eltdf-twitter-list-holder .eltdf-twitter-icon {
	position: absolute;
	top: -7px;
	right: 3px;
	width: 20px;
	display: inline-block;
	vertical-align: top;
	color: #595959;
	font-size: 24px;
	text-align: right;
}

.eltdf-twitter-list-holder .eltdf-tweet-text {
	padding-left: 12px;
	box-sizing: border-box;
}

.eltdf-twitter-list-holder .eltdf-tweet-text a {
	position: relative;
	color: grey;
	z-index: 2;
}

.eltdf-twitter-list-holder .eltdf-tweet-text a:hover {
	color: #595959;
}

.eltdf-twitter-list-holder .eltdf-twitter-profile a {
	position: relative;
	color: grey;
	z-index: 2;
}

.eltdf-twitter-list-holder .eltdf-twitter-profile a:hover {
	color: #595959;
}

.widget.widget_eltdf_twitter_widget {
	margin: 0 0 20px;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 0;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget li {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget li:not(:last-child) {
	margin: 0 0 22px;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget li .eltdf-twitter-icon {
	font-size: 18px;
	color: #595959;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget li .eltdf-tweet-text {
	position: relative;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget li .eltdf-tweet-text span {
	color: #000;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget li .eltdf-tweet-text a {
	position: relative;
	color: #000;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget li .eltdf-tweet-text a:hover {
	color: #595959;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget li .eltdf-tweet-text a.eltdf-tweet-time {
	display: block;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget li .eltdf-tweet-text a.eltdf-tweet-time span {
	margin: 0 2px 0 0;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget.eltdf-twitter-standard li .eltdf-twitter-icon {
	position: absolute;
	top: 2px;
	left: 0;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget.eltdf-twitter-standard li .eltdf-tweet-text {
	padding: 0 0 0 40px;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget.eltdf-twitter-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 0 40px;
	text-align: center;
	box-sizing: border-box;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget.eltdf-twitter-slider li {
	overflow: hidden;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget.eltdf-twitter-slider li .eltdf-tweet-text a.eltdf-tweet-time {
	margin: 21px 0 0;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget.eltdf-twitter-slider .owl-nav .owl-prev {
	left: 0;
}

.widget.widget_eltdf_twitter_widget .eltdf-twitter-widget.eltdf-twitter-slider .owl-nav .owl-next {
	right: 0;
}
