
.chaty *, .chaty-chat-view *, .chaty-outer-forms * {
	box-sizing: border-box;
}

.chaty-agent-data, .chaty-whatsapp-field input[type=text], .chaty-whatsapp-message, .chaty-whatsapp-message p {
	font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif;
}

.chaty-agent-header, .chaty-channel, .chaty-channels, .chaty-form-body, .chaty-tooltip {
	position: relative;
}

.chaty-tooltip .on-hover-text, .chaty-tooltip .on-hover-text:before, .chaty-tooltip:after, .chaty-tooltip:before {
	text-transform: none;
	font-size: .9em;
	line-height: 1;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
}

.chaty-i-trigger .chaty-tooltip .on-hover-text, .chaty-i-trigger .chaty-tooltip .on-hover-text:before, .chaty-i-trigger .chaty-tooltip:after, .chaty-tooltip:before {
	pointer-events: auto;
}

.on-hover-text p {
	white-space: nowrap;
	font-size: unset;
	line-height: unset;
	letter-spacing: inherit;
	font-weight: 400;
}

.on-hover-text {
	font-weight: 400;
	display: none;
}

.on-hover-text img.emoji {
	max-width: none;
}

.chaty-tooltip .on-hover-text:before, .chaty-tooltip:before {
	content: "";
	border: 5px solid transparent;
	z-index: 1001;
}

.chaty-tooltip:after {
	content: attr(data-hover);
}

.chaty-tooltip .on-hover-text, .chaty-tooltip:after {
	text-align: center;
	min-width: 1em;
	max-width: 21em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 15px;
	border-radius: 10px;
	background: #fff;
	color: #333;
	z-index: 1000;
	box-shadow: 0 1.93465px 7.73859px rgba(0, 0, 0, 15%);
	font-size: 17px;
	line-height: 21px;
}

.chaty-animation-shockwave:after, .chaty-animation-shockwave:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.chaty-tooltip .on-hover-text {
	overflow: visible;
	white-space: pre;
}

.chaty-tooltip.active .on-hover-text, .chaty-tooltip.active .on-hover-text:before, .chaty-tooltip.active:after, .chaty-tooltip.active:before, .chaty-tooltip:hover .on-hover-text, .chaty-tooltip:hover .on-hover-text:before, .chaty-tooltip:hover:after, .chaty-tooltip:hover:before {
	display: block;
	opacity: 1;
}

.chaty-tooltip.active .on-hover-text, .chaty-tooltip.active .on-hover-text:before, .chaty-tooltip.active:after, .chaty-tooltip.active:before, .chaty-tooltip.pos-left:hover .on-hover-text, .chaty-tooltip.pos-left:hover .on-hover-text:before, .chaty-tooltip.pos-left:hover:after, .chaty-tooltip.pos-left:hover:before, .chaty-tooltip.pos-right:hover .on-hover-text, .chaty-tooltip.pos-right:hover .on-hover-text:before, .chaty-tooltip.pos-right:hover:after, .chaty-tooltip.pos-right:hover:before {
	animation: ease-out forwards tooltips-horz;
}

.chaty-tooltip.has-on-hover:after, .chaty-tooltip.has-on-hover:before, .chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after, .chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before, .chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after, .chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before, .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger, .on-hover-text:empty, [data-hover=""]:after, [data-hover=""]:before {
	display: none !important;
}

.chaty-tooltip.pos-top .on-hover-text:before, .chaty-tooltip.pos-top:before {
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: calc(100% + 5px);
}

.chaty-tooltip.pos-top .on-hover-text:after, .chaty-tooltip.pos-top:after {
	bottom: calc(100% + 10px);
}

.chaty-tooltip.pos-top .on-hover-text, .chaty-tooltip.pos-top:after, .chaty-tooltip.pos-top:before {
	left: 50%;
	transform: translate(-50%, -.5em);
}

.chaty-tooltip.pos-down:before {
	top: 100%;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.chaty-tooltip.pos-down:after {
	top: calc(100% + 5px);
}

.chaty-tooltip.pos-down:after, .chaty-tooltip.pos-down:before {
	left: 50%;
	transform: translate(-50%, .5em);
}

.chaty-tooltip.pos-left .on-hover-text:before, .chaty-tooltip.pos-left:before {
	top: 50%;
	border-right-width: 0;
	border-left-color: #fff;
	left: calc(0em - 10px);
	transform: translate(-.5em, -50%);
}

.chaty-tooltip.pos-left .on-hover-text:before {
	left: auto;
	right: calc(0em - 5px);
}

.chaty-tooltip.pos-left .on-hover-text, .chaty-tooltip.pos-left:after {
	top: 50%;
	right: calc(100% + 10px);
	transform: translate(-.5em, -50%);
}

.chaty-tooltip.pos-right .on-hover-text:before, .chaty-tooltip.pos-right:before {
	top: 50%;
	border-left-width: 0;
	border-right-color: #fff;
	right: calc(0em - 10px);
	transform: translate(.5em, -50%);
}

.chaty-tooltip.pos-right .on-hover-text:before {
	left: calc(0em - 5px);
	right: auto;
}

.chaty-tooltip.pos-right .on-hover-text, .chaty-tooltip.pos-right:after {
	top: 50%;
	left: calc(100% + 10px);
	transform: translate(.5em, -50%);
}

@keyframes tooltips-vert {
	to {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}

@keyframes tooltips-horz {
	to {
		opacity: 1;
		transform: translate(0, -50%);
	}
}

.chaty-tooltip.pos-down:hover:after, .chaty-tooltip.pos-down:hover:before, .chaty-tooltip.pos-top:hover:after, .chaty-tooltip.pos-top:hover:before {
	animation: ease-out forwards tooltips-vert;
}

@-webkit-keyframes chaty-animation-shockwave {
	0% {
		transform: scale(1);
		box-shadow: 0 0 2px rgba(0, 0, 0, .3), inset 0 0 1px rgba(0, 0, 0, .3);
	}
	
	95% {
		box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
	}
	
	100% {
		transform: scale(2.25);
	}
}

@keyframes chaty-animation-shockwave {
	0% {
		transform: scale(1);
		box-shadow: 0 0 2px rgba(0, 0, 0, .3), inset 0 0 1px rgba(0, 0, 0, .3);
	}
	
	95% {
		box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
	}
	
	100% {
		transform: scale(2.25);
	}
}

@-webkit-keyframes chaty-animation-blink {
	0%, 100% {
		opacity: 1;
	}
	
	20% {
		opacity: .5;
	}
}

@keyframes chaty-animation-blink {
	0%, 100% {
		opacity: 1;
	}
	
	20% {
		opacity: .5;
	}
}

@-webkit-keyframes chaty-animation-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
		border-radius: 50%;
	}
	
	100% {
		transform: scale(1.1);
		box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
		border-radius: 45%;
	}
}

@keyframes chaty-animation-pulse {
	0% {
		transform: scale(1);
		border-radius: 50%;
	}
	
	100% {
		transform: scale(1.1);
		border-radius: 45%;
	}
}

.chaty-animation-shockwave:after {
	left: 0;
	-webkit-animation: 2s ease-out 1.3s infinite chaty-animation-shockwave;
	animation: 2s ease-out 1.3s infinite chaty-animation-shockwave;
}

.chaty-animation-shockwave:before {
	left: 0;
	-webkit-animation: 2s ease-out .8s infinite chaty-animation-shockwave;
	animation: 2s ease-out .8s infinite chaty-animation-shockwave;
}

.chaty-animation-blink {
	-webkit-animation: 1.33s ease-out infinite chaty-animation-blink;
	animation: 1.33s ease-out infinite chaty-animation-blink;
}

.chaty-animation-pulse, .chaty-animation-pulse-icon {
	-webkit-animation: .4s infinite alternate chaty-animation-pulse;
	animation: .4s infinite alternate chaty-animation-pulse;
}

.chaty-animation-sheen {
	position: relative;
	overflow: hidden;
}

.chaty-animation-sheen:after {
	animation: 5s infinite chaty-animation-sheen;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .5) 50%, transparent);
	transform: rotateZ(60deg) translate(0, 5em);
}

@keyframes chaty-animation-sheen {
	100%, 20% {
		transform: rotateZ(60deg) translate(0, -80px);
	}
}

.chaty-animation-fade {
	animation: 5s infinite chaty-animation-fade;
}

.chaty-animation-spin {
	animation: 5s cubic-bezier(.56, -.35, .22, 1.5) infinite chaty-animation-spin;
}

@keyframes chaty-animation-fade {
	15%, 5% {
		opacity: .25;
	}
	
	10%, 100%, 20% {
		opacity: 1;
	}
}

@keyframes chaty-animation-spin {
	10% {
		transform: rotateZ(-20deg);
		animation-timing-function: ease;
	}
	
	100%, 20% {
		transform: rotateZ(360deg);
	}
}

.chaty-animation-bounce, .chaty-animation-jump {
	animation: 5s cubic-bezier(.84, -.54, .31, 1.19) infinite chaty-animation-bounce;
}

@keyframes chaty-animation-bounce {
	0%, 100%, 20% {
		transform: none;
	}
	
	10% {
		transform: translateY(-1em);
	}
}

@keyframes chaty-animation-waggle {
	0% {
		transform: none;
	}
	
	10% {
		transform: rotateZ(-20deg) scale(1.2);
	}
	
	13% {
		transform: rotateZ(25deg) scale(1.2);
	}
	
	15% {
		transform: rotateZ(-15deg) scale(1.2);
	}
	
	17% {
		transform: rotateZ(15deg) scale(1.2);
	}
	
	20% {
		transform: rotateZ(-12deg) scale(1.2);
	}
	
	22% {
		transform: rotateZ(0) scale(1.2);
	}
	
	100%, 24% {
		transform: rotateZ(0) scale(1);
	}
}

.chaty-animation-waggle {
	animation: 5s infinite chaty-animation-waggle;
}

.chaty-animation-floating {
	-webkit-animation: chaty-animation-floating 3s ease infinite;
	animation: chaty-animation-floating 3s ease infinite;
}

@keyframes chaty-animation-floating {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.chaty {
	display: none;
	z-index: 99999;
}

.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after, .chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before, .chaty.active, .chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger {
	display: block !important;
}

.chaty * {
	margin: 0;
	padding: 0;
}

.chaty .sr-only, .chaty-outer-forms .sr-only, .hide-cht-svg-bg {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	outline: 0 !important;
}

.chaty a, .chaty a:focus, .chaty a:hover, .chaty button {
	border: none;
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.chaty-widget {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 997;
}

.chaty-widget.left-position {
	left: 25px;
	right: auto;
}

.chaty-channel-list {
	display: flex;
	width: 62px;
	height: 124px;
	position: absolute;
	bottom: -4px;
	right: 0;
	flex-direction: column;
	align-items: flex-start;
	pointer-events: none;
}

.chaty-widget.left-position .chaty-channel-list {
	left: 0;
	right: auto;
}

.chaty-widget.chaty-open .chaty-channel-list, .chaty-widget.has-single .chaty-i-trigger .Phone-channel:after, .chaty-widget.has-single .chaty-i-trigger .Phone-channel:before {
	pointer-events: auto;
}

.chaty-channel-list .chaty-channel, .chaty-channel.single .chaty-svg {
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	margin: 4px;
	cursor: pointer;
	box-shadow: 0 16px 24px 0 rgba(73, 104, 126, 16%);
}

.chaty-channel-list .chaty-channel {
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
}

.chaty-channel.single .chaty-svg {
	margin: 0;
}

.chaty-widget.chaty-open .chaty-channel-list .chaty-channel {
	opacity: 1;
}

.chaty-channel a, .chaty-channel button, .chaty-svg {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	outline: 0;
	min-width: unset;
}

* .chaty-channel button {
	min-width: unset;
	max-width: unset;
}

.chaty-channel button {
	background: 0 0;
	border-radius: 50%;
}

.chaty-channel a .chaty-custom-icon, .chaty-channel button .chaty-custom-icon, .chaty-svg .chaty-custom-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	font-size: 27px;
	line-height: 54px;
	color: #fff;
}

.chaty-channel a:focus, .chaty-channel button:focus, .chaty-contact-form-box button.chaty-submit-button {
	outline: 0;
}

.chaty-contact-form-box button.chaty-submit-button:disabled .chaty-loader {
	display: inline-block;
}

.chaty-agent-icon svg, .chaty-channel svg, .chaty-view-channels .chaty-channel span svg {
	width: 100%;
	height: 100%;
}

.chaty-channel img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
}

.chaty-i-trigger .chaty-channel {
	position: absolute;
	bottom: 0;
	right: 4px;
	transition: .5s;
	border-radius: 50%;
	cursor: pointer;
}

.chaty-cta-button {
	transition: .5s;
	box-shadow: 0 16px 24px 0 rgba(73, 104, 126, 16%);
	border-radius: 50%;
}

.chaty-widget.left-position .chaty-i-trigger .chaty-channel {
	left: 4px;
	right: auto;
}

.chaty-widget .chaty-cta-main .chaty-cta-button {
	z-index: 1099;
	opacity: 1;
	position: relative;
}

.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button {
	z-index: 999;
	opacity: 0;
	transform: rotate(540deg);
	visibility: hidden;
}

.chaty-widget .chaty-i-trigger .chaty-cta-close {
	pointer-events: none;
}

.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close {
	pointer-events: auto;
	z-index: 101;
}

.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button {
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}

.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button {
	z-index: 1099;
	opacity: 1;
	transform: rotate(180deg);
	visibility: visible;
}

.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip {
	z-index: 91;
}

.chaty-channel button.open-chaty-channel, .chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel), .chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text, .chaty.form-open .chaty-channel button.open-chaty, .chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text, .chaty.form-open .chaty-i-trigger .chaty-tooltip:after, .chaty.form-open .chaty-i-trigger .chaty-tooltip:before, .chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text {
	display: none;
}

.chaty.form-open.active .chaty-widget .chaty-i-trigger {
	display: block;
}

.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-main {
	display: none;
}

.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.chaty-widget .ch-pending-msg {
	position: absolute;
	right: -4px;
	top: -4px;
	width: 16px;
	height: 16px;
	text-align: center;
	background: red;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	border-radius: 50%;
	z-index: 1101;
}

.chaty-widget.left-position.hor-mode .chaty-channel-list {
	width: 136px;
	height: 62px;
	left: 0;
	bottom: 0;
}

.chaty-widget.right-position.hor-mode .chaty-channel-list {
	width: 136px;
	height: 62px;
	right: 0;
	left: auto;
	bottom: 0;
}

.chaty-widget.hor-mode .chaty-channel-list .chaty-channel {
	margin-top: 0;
	margin-bottom: 0;
}

.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel {
	left: 0;
}

.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel {
	right: 0;
	left: auto;
}

.chaty-chat-view, .chaty-outer-forms {
	vertical-align: bottom;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: fixed !important;
	bottom: -25px;
	left: 25px;
	padding: 0;
	width: 320px;
	max-width: 90%;
	-moz-transition: .5s linear;
	box-shadow: rgba(0, 0, 0, .16) 0 5px 40px;
	-webkit-box-shadow: rgba(0, 0, 0, .16) 0 5px 40px;
	-moz-box-shadow: rgba(0, 0, 0, .16) 0 5px 40px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: -1;
	transition: .5s;
	-webkit-transition: .5s;
	animation-delay: -2s;
	-webkit-animation-delay: -2s;
}

.chaty-chat-view.pos-left, .chaty-outer-forms.pos-left {
	left: 25px;
}

.chaty-chat-view.pos-right, .chaty-outer-forms.pos-right {
	right: 25px;
	left: auto;
}

.chaty-outer-forms.active, .chaty:not(.form-open) .chaty-widget.chaty-open + .chaty-chat-view {
	-webkit-transform: translateY(-93px);
	transform: translateY(-93px);
	opacity: 1;
	z-index: 999999;
	visibility: visible;
	bottom: 0;
	pointer-events: auto;
}

.chaty-whatsapp-body {
	padding: 0;
	min-height: 260px;
	position: relative;
	z-index: 2;
}

.chaty-whatsapp-content {
	padding: 20px;
}

.chaty-popup-whatsapp-form .chaty-whatsapp-body {
	height: 260px;
	min-height: auto;
}

.chaty-popup-whatsapp-form .chaty-whatsapp-content {
	display: flex;
	align-items: flex-start;
}

.chaty-form-body {
	background: #fff;
	z-index: 99999;
	min-height: 75px;
	border-radius: 10px;
}

.chaty-form-body form {
	margin: 0;
	padding: 0;
}

.qr-code-image {
	padding: 10px;
	text-align: center;
	border: solid 1px silver;
	border-radius: 4px;
}

.qr-code-image img {
	max-width: 100%;
	max-height: 360px;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
}

.chaty-whatsapp-form {
	position: relative;
	background-color: #f0ede7;
	border-radius: 8px;
	margin: 0;
}

.chaty-whatsapp-form:before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: .035;
	background-image: url("https://cdn-ilemacg.nitrocdn.com/KQlUhantuDXookkZcPqjIeJgKxIRmlZS/assets/images/optimized/rev-d687be9/optimisationtaxefonciere.fr/wp-content/plugins/chaty/images/whatsapp.png");
}

.chaty-popup-whatsapp-form .chaty-whatsapp-body:before, .chaty-popup-whatsapp-form .chaty-whatsapp-footer:before {
	background-image: url("https://cdn-ilemacg.nitrocdn.com/KQlUhantuDXookkZcPqjIeJgKxIRmlZS/assets/images/optimized/rev-d687be9/optimisationtaxefonciere.fr/wp-content/plugins/chaty/images/whatsapp-welcome-popup.png");
	opacity: .7;
}

.chaty-whatsapp-message {
	padding: 7px 14px 6px;
	background-color: #fff;
	border-radius: 0 10px 10px;
	position: relative;
	transform-origin: center top;
	z-index: 2;
	margin-top: 0;
	margin-left: 0;
	max-width: calc(100% - 40px);
	font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid rgba(34, 17, 71, .08);
}

.chaty-whatsapp-message:before {
	content: "";
	display: none;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 12px solid #fff;
	position: absolute;
	left: -12px;
	top: 0;
}

.wp-profile-img + .chaty-whatsapp-message:before {
	display: block;
}

.chaty-whatsapp-message p {
	margin: 0;
	padding: 0;
	color: #111b21;
	font-weight: 400;
	word-wrap: break-word;
}

.chaty-whatsapp-footer {
	position: relative;
	padding: 20px 15px;
}

.whatsapp-chaty-form {
	display: flex;
	margin: 0;
	padding: 0;
}

button.chaty-whatsapp-button-button, button.chaty-whatsapp-button-button:focus, button.chaty-whatsapp-button-button:hover {
	text-align: center !important;
	height: 40px !important;
	width: 40px !important;
	padding: 0 !important;
	background: #c6d7e3 !important;
	border-radius: 20px !important;
	outline: 0 !important;
	box-shadow: none !important;
	cursor: pointer !important;
	margin: 0 0 0 10px !important;
	text-decoration: none !important;
	border: none !important;
	min-width: 1px !important;
	flex: 0 0 40px;
}

button.chaty-whatsapp-button-button {
	background: #c6d7e3 !important;
}

button.chaty-whatsapp-button-button:focus, button.chaty-whatsapp-button-button:hover {
	background: #a8c5da !important;
}

.chaty-whatsapp-input:not(:placeholder-shown) + button.chaty-whatsapp-button-button {
	background: #25d366 !important;
}

.chaty-whatsapp-input:not(:placeholder-shown) + button.chaty-whatsapp-button-button:focus, .chaty-whatsapp-input:not(:placeholder-shown) + button.chaty-whatsapp-button-button:hover {
	background: #22bf5b !important;
}

.chaty-whatsapp-data {
	display: flex;
	flex: 1;
	z-index: 1;
}

.chaty-whatsapp-field {
	padding-right: 0;
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
}

.chaty-whatsapp-button {
	flex: 0 0 48px;
}

.chaty-whatsapp-button svg {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.chaty-whatsapp-field input[type=text] {
	height: 40px !important;
	line-height: normal;
	padding: 0 10px 0 15px;
	font-size: 16px;
	resize: none;
	width: 100%;
	border: none !important;
	border-radius: 24px;
	outline: 0;
	box-shadow: none !important;
	background: #fff !important;
	margin: 0;
	color: #111b21;
	flex: 1;
}

.chaty-whatsapp-field input[type=text]:focus {
	outline: 0 !important;
	border: none !important;
	margin: 0;
	color: #111b21;
	box-shadow: none !important;
}

.chaty-whatsapp-button-button:active, .chaty-whatsapp-button-button:focus, .chaty-whatsapp-button-button:hover {
	background: #a8c5da !important;
}

.chaty.form-open .chaty-channel button.open-chaty-channel, .chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger {
	display: block;
}

.chaty-agent-data {
	font-size: 16px;
}

.chaty-agent-header {
	font-size: 18px;
	padding: 20px 15px;
	background: #22bf5b;
	color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.chaty-agent-data .close-chaty-form {
	right: 10px;
	top: 12px;
}

.chaty-agent-data .chaty-agent {
	display: flex;
	align-items: center;
	padding: 15px;
}

.chaty-agent-data .chaty-agent a {
	color: #49687e;
	font-size: 16px;
	text-decoration: none;
	display: flex;
	width: 100%;
	align-items: center;
	outline: 0;
	font-weight: 400;
}

.chaty-contact-input input.chaty-input-field, .chaty-contact-input input[type=email].chaty-input-field, .chaty-contact-input input[type=text].chaty-input-field, .chaty-contact-input select.chaty-input-field, .chaty-contact-input textarea.chaty-textarea-field {
	color: #28303d;
	font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
	margin: 0;
	background: #fff;
	outline: 0;
}

.chaty-agent-data .chaty-agent + .chaty-agent {
	border-top: 2px solid #f6f8f9;
}

.chaty-agent-img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
}

.chaty-agent-icon {
	width: 48px;
	height: 48px;
	margin: 0 15px 0 0;
}

.chaty-agent-data .chaty-custom-icon {
	width: 48px;
	height: 48px;
	text-align: center;
	display: block;
	line-height: 48px;
	background: silver;
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
}

.chaty-close-agent-list {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 10;
	padding: 0 0 10px 10px;
}

.chaty-agent-icon img {
	width: 48px;
	height: 48px;
	object-fit: cover;
}

.chaty-close-agent-list svg {
	fill: #fff;
}

.agent-sub-header {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.agent-main-header {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	position: relative;
}

.chaty-agent-header:before, .chaty-view-header:before {
	content: "";
	background: url("https://cdn-ilemacg.nitrocdn.com/KQlUhantuDXookkZcPqjIeJgKxIRmlZS/assets/images/optimized/rev-d687be9/optimisationtaxefonciere.fr/wp-content/plugins/chaty/images/header-top.png") no-repeat;
	width: 215px;
	height: 41px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.chaty-agent-header:after, .chaty-view-header:after {
	content: "";
	background: url("https://cdn-ilemacg.nitrocdn.com/KQlUhantuDXookkZcPqjIeJgKxIRmlZS/assets/images/optimized/rev-d687be9/optimisationtaxefonciere.fr/wp-content/plugins/chaty/images/header-bottom.png") no-repeat;
	width: 44px;
	height: 41px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.chaty-custom-channel-icon {
	display: block;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 54px;
}

.chaty-contact-form-title {
	padding: 10px 15px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	border-radius: 8px 8px 0 0;
	justify-content: space-between;
	display: flex;
}

.chaty-contact-inputs {
	padding: 15px;
}

.chaty-contact-input {
	display: block;
}

.chaty-contact-input label.chaty-form-label {
	font-size: 14px;
	margin: 0;
	padding: 0 0 4px 0;
	line-height: 20px;
	display: flex;
	color: #28303d;
}

.chaty-contact-input + .chaty-contact-input {
	margin: 10px 0 0;
}

.chaty-contact-input input.chaty-input-field, .chaty-contact-input input[type=email].chaty-input-field, .chaty-contact-input input[type=text].chaty-input-field, .chaty-contact-input select.chaty-input-field {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.chaty-contact-input .has-chaty-error:focus, .chaty-contact-input input.chaty-input-field:focus, .chaty-contact-input input[type=email].chaty-input-field:focus, .chaty-contact-input input[type=tel].chaty-input-field:focus, .chaty-contact-input input[type=text].chaty-input-field:focus, .chaty-contact-input select.chaty-input-field:focus, .chaty-contact-input textarea.chaty-textarea-field:focus {
	outline: 0;
	box-shadow: none;
	border-color: #898989;
	background-color: #fff;
}

.chaty-contact-input textarea.chaty-textarea-field {
	width: 100%;
	height: 100px;
	line-height: 20px;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
}

.chaty-contact-form-box .close-chaty-form {
	right: 9px;
	top: 9px;
}

.chaty-contact-form-box button.chaty-submit-button[type=submit], button#chaty-submit-button-0 {
	border: none;
	border-radius: 4px;
	color: #fff;
	background: #a886cd;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: center;
	display: block;
}

.chaty-contact-input input.chaty-input-field.has-chaty-error, .chaty-contact-input select.chaty-input-field.has-chaty-error, .chaty-contact-input textarea.has-chaty-error {
	border: 1px solid #d20000;
}

.chaty-contact-form-button {
	padding: 15px;
}

.chaty-ajax-error-message, .chaty-ajax-success-message {
	color: #00a700;
	padding: 10px 0 0;
	text-align: center;
	font-size: 16px;
}

.chaty-ajax-error-message {
	color: #da0000;
}

.chaty-view-header, .chaty-view-header a, .chaty-view-header a:focus, .chaty-view-header a:hover {
	font-weight: 500;
	color: #fff;
	font-size: 24px;
}

.chaty-exit-intent {
	position: fixed;
	z-index: -1;
}

.chaty-exit-intent:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	visibility: hidden;
	z-index: 100;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
}

.chaty .chaty-widget.left-position .chaty-exit-intent:before {
	clip-path: circle(15px at 60px calc(100% - 60px));
}

.chaty .chaty-widget.right-position .chaty-exit-intent:before {
	clip-path: circle(15px at calc(100% - 60px) calc(100% - 60px));
}

.chaty .chaty-widget .chaty-exit-intent.animate:before {
	visibility: visible;
	clip-path: circle(100%);
}

.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after, .chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before {
	pointer-events: inherit;
}

body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos, body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos, body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos, body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos {
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(0, -50%);
	bottom: auto;
}

body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body {
	max-height: calc(100vh - 164px) !important;
}

.chaty-whatsapp-message p + p {
	margin-top: 10px;
}

body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content {
	max-height: calc(100vh - 122px) !important;
	overflow-y: auto;
}

body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content {
	overflow-y: auto;
}

.chaty.has-custom-pos.form-open .chaty-i-trigger {
	opacity: 0;
	visibility: hidden;
}

body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs {
	max-height: calc(100vh - 150px) !important;
	overflow-y: auto;
}

body.cht-in-mobile .chaty-outer-forms {
	max-width: calc(100vw - 50px) !important;
}

.chaty-view-body {
	background: #fff;
	border-radius: 8px;
}

.chaty-view-header {
	background: #b78deb;
	border-radius: 7px 7px 0 0;
	padding: 10px 15px;
	position: relative;
	word-break: break-word;
}

.chaty-top-content {
	padding: 15px 15px 0;
	font-size: 16px;
}

.chaty-view-content p, .chaty-view-content p a, .chaty-view-content p a:focus, .chaty-view-content p a:hover {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 150%;
	color: #49687e;
	word-break: break-word;
}

.chaty-view-content p a {
	display: inline-block;
}

.chaty-view-content p a:focus, .chaty-view-content p a:hover, .chaty-view-header a:focus, .chaty-view-header a:hover {
	outline: 0;
	text-decoration: none;
}

.chaty-view-content p + p {
	margin-top: 10px;
}

.chaty-close-view-list {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 12px;
	cursor: pointer;
	z-index: 11;
}

.chaty-close-view-list svg {
	fill: #fff;
	display: inline-block;
	width: 100%;
}

.chaty-view-channels .chaty-channel {
	height: 48px;
	display: inline-block;
	margin: 6px 0;
	width: 20%;
	text-align: center;
	vertical-align: top;
}

.chaty-view-channels .chaty-channel a, .chaty-view-channels .chaty-channel img, .chaty-view-channels .chaty-channel span:not(.on-hover-text) {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}

.chaty-view-channels {
	padding: 10px 8px;
}

.chaty-view-channels .chaty-custom-channel-icon {
	font-size: 24px;
}

.front-google-captcha {
	width: 100% !important;
	overflow: hidden;
}

.front-google-captcha > div {
	width: 100%;
}

.front-google-captcha iframe {
	transform: scaleX(.9);
	position: relative;
	left: -15px;
}

.widget-fa-icon {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

span.chaty-loader {
	display: none;
	vertical-align: middle;
	color: #fff;
	animation: rotation 1s infinite linear;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	margin-left: 5px;
}

span.chaty-loader span.dashicons {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 24px;
}

@keyframes rotation {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(359deg);
	}
}

span.chaty-loader.active {
	display: inline-block;
	vertical-align: baseline;
}

.chaty-i-trigger.single-channel > .chaty-channel > .on-hover-text {
	display: none !important;
}

html[dir=rtl] .chaty-input-field, html[dir=rtl] .chaty-submit-button, html[dir=rtl] .chaty-tooltip, html[dir=rtl] .chaty-tooltip:after, html[dir=rtl] .chaty-whatsapp-message, html[dir=rtl] .on-hover-text {
	direction: rtl;
}

.add-bg-blur-effect {
	background-color: rgba(0, 0, 0, .4);
	overflow-x: hidden;
}

.add-bg-blur-effect > :not(.chaty,.chaty-outer-forms,.picmo__popupContainer) {
	filter: blur(6px);
}

.email_suggestion, .wp_email_suggestion {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #970029;
}

.email_suggestion i, .wp_email_suggestion i {
	color: #2596be;
	font-weight: 700;
	cursor: pointer;
}

.chaty-custom-whatsapp-form .eac-sugg, .chaty-form .eac-sugg {
	color: #c1c1c1;
	line-height: 34px !important;
}

.chaty-form .eac-input-wrap {
	width: 100%;
	overflow: hidden;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-body:before {
	opacity: .05;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-body {
	border-radius: 0;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-footer {
	border-top: 1px solid #e1e1e1;
	min-height: 70px;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-data {
	display: block;
	z-index: 1;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button-button {
	width: 100% !important;
	z-index: 1;
	position: relative;
}

.chaty-custom-whatsapp-form .header-text {
	display: flex;
	align-items: center;
}

.chaty-custom-whatsapp-form .header-text span {
	display: inline-block;
	vertical-align: super;
	padding-left: 5px;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button svg {
	width: 26px;
	height: 26px;
	fill: #fff;
	margin-right: 3px;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button span {
	font-size: 15px;
	padding-left: 5px;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px !important;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-content {
	padding: 15px;
	z-index: 101111;
	position: relative;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-body {
	min-height: auto;
}

.chaty-outer-forms input[type=number]::-webkit-inner-spin-button, .chaty-outer-forms input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.chaty-whatsapp-header {
	display: flex;
	align-items: center;
	background-color: #4aa485;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 10px 15px;
	position: relative;
	justify-content: space-between;
	box-shadow: 0 16px 32px 0 rgba(26, 14, 53, .16);
}

.chaty-whatsapp-header .header-wp-icon {
	height: 30px;
	width: 30px;
	margin-right: 7px;
}

.chaty-whatsapp-header .header-wp-title {
	color: #fff;
	font-size: 15px;
	flex: 1;
	padding-right: 8px;
}

.whatsapp-form-close-btn {
	flex: 0 0 16px;
	cursor: pointer;
}

.whatsapp-form-close-btn svg {
	width: 16px;
	height: 16px;
}

.chaty-form, .chaty-whatsapp-form {
	font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif;
}

.chaty-whatsapp-body .wp-profile-img {
	height: 30px;
	width: 30px;
	margin-right: 15px;
}

.chaty-whatsapp-body .wp-profile-img img {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	object-fit: cover;
}

.chaty-whatsapp-message-nickname {
	color: #489d81;
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
}

.chaty-whatsapp-message-time {
	color: #a1a1a9;
	font-size: 10px;
	line-height: 12px;
}

.chaty-whatsapp-input::placeholder {
	color: #83a1b7;
	opacity: 40%;
}

.chaty-whatsapp-input::-ms-input-placeholder {
	color: #83a1b7;
	opacity: 40%;
}

button[type=button].chaty-wp-emoji-input, button[type=button].chaty-wp-emoji-input:focus, button[type=button].chaty-wp-emoji-input:hover {
	position: absolute !important;
	top: 9px;
	left: 8px;
	background: 0 0 !important;
	border: none !important;
	cursor: pointer;
	height: 24px !important;
	width: 24px !important;
	padding: 0 !important;
	min-width: 1px !important;
	margin: 0 !important;
	outline: 0 !important;
}

.chaty-whatsapp-field:not(.has_emoji) .chaty-wp-emoji-input {
	display: none !important;
}

.chaty-whatsapp-input {
	padding-left: 38px !important;
}

.chaty-whatsapp-field:not(.has_emoji) .chaty-whatsapp-input {
	padding-left: 15px !important;
}

.picmo__popupContainer {
	z-index: 1000000;
}

body .picmo__emojiButton span {
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
}

body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton {
	color: #8f8f8f;
	border: solid 1px transparent;
}

body .picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton {
	border: 1px solid #a886cd;
	color: #a071d3;
	background: #fff;
}

body .picmo__picker .picmo__emojiCategory .picmo__categoryName {
	display: flex;
	height: auto;
	padding: 10px 17px;
	border-bottom: solid 1px #e2e8f0;
	font-weight: 700;
	background: #f3f3f3;
}

body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton:hover {
	background: #fff;
}

body .picmo__emojiButton {
	border-radius: 4px;
}

body .picmo__emojiButton:focus {
	outline: 0;
	border-radius: 5px;
}

.chaty-channel span.chaty-icon {
	display: block;
}

.chaty.form-open .chaty-widget.has-single .chaty-cta-close .chaty-cta-button {
	opacity: 1;
	visibility: visible;
	transform: rotate(360deg);
	z-index: 999;
}

.chaty-custom-whatsapp-form .eac-input-wrap {
	width: 100%;
	overflow: hidden;
}

.chaty-custom-whatsapp-form .chaty-whatsapp-button button {
	width: 100%;
	border: none;
	border-radius: 6px;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.chaty-contact-input input[type=file].chaty-input-field {
	line-height: 32px;
}

.eac-cval:empty, .eac-sugg:empty {
	display: none !important;
}

.qr-code-header {
	display: flex;
	align-items: center;
	background-color: #a886cd;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 10px 15px;
	position: relative;
	justify-content: space-between;
	color: #fff;
	box-shadow: 0 16px 32px 0 rgba(26, 14, 53, .16);
	z-index: 999999;
}

.chaty-close-button {
	cursor: pointer;
}

.qr-code-title {
	line-height: 1;
	padding: 15px 15px 0;
	font-size: 14px;
	color: #83a1b7;
}

.qr-code-box {
	margin-top: 10px;
	padding: 0 15px 15px;
}

.qr-code-head-title {
	display: inline-flex;
	align-items: center;
}

.qr-code-head-title svg {
	margin-right: 5px;
}

.mce-error {
	border: 1px solid #d00 !important;
}

.required_indicate {
	color: red;
	font-size: 18px;
	margin-left: 2px;
}

.chaty-whatsapp-button-button svg {
	display: inline-block;
	vertical-align: sub;
}

.chaty-wp-emoji-input:hover {
	background-color: transparent;
	border-color: transparent;
}

.chaty-wp-emoji-input:focus {
	outline: 0;
}

.chaty-whatsapp-input[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 40% !important;
}

[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 1 !important;
}

.chaty-outer-forms form {
	margin: 0;
}

.chaty, .chaty *, .chaty-form, .chaty-form *, .chaty-whatsapp-form, .chaty-whatsapp-form * {
	-webkit-tap-highlight-color: transparent;
}

body.csaas-has-chatway:not(.chatway-is-open) .chatway--trigger-container {
	display: none !important;
}

body.csaas-has-chatway:not(.chatway-is-open) .chatway--frame-container {
	opacity: 0;
	visibility: hidden;
}

body.csaas-has-chatway.chatway-is-open .chaty {
	display: none !important;
}

.chaty-widget.has-chatway .Chatway-channel-link {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.has-chat-view.active .chaty-widget.has-chatway.chaty-open .chaty-channel-list {
	display: none !important;
}

.chaty-channel.Chatway-channel-link.has-unread-message:after, .chaty-widget:not(.has-chatway):not(.chaty-open) .csaas-widget-trigger.has-unread-message:after {
	content: attr(data-unread-message);
	width: 20px;
	height: 20px;
	background: #ff4545;
	position: absolute;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	bottom: 44px;
	z-index: 1111;
	right: -4px;
}

body:not(.chatway--active) .chaty-widget.has-chatway.above-chaty .Chatway-channel-link {
	display: none !important;
}

body:not(.chatway--active) .chaty-widget.inside-chaty .chaty-channels .Chatway-channel-link {
	display: none !important;
}

body.csaas-has-chatway.has--chaty.chatway--active:not(.chatway--visible) .chatway--container {
	display: block;
}

.chaty.chaty-has-chat-view .has-chatway.chaty-open .Chatway-channel-link {
	display: none !important;
}

.chaty-view-channels .chaty-channel.Chatway-channel.has-unread-message:after {
	right: 0;
	top: -8px;
	bottom: auto;
}

html[dir=rtl] button[type=button].chaty-wp-emoji-input, html[dir=rtl] button[type=button].chaty-wp-emoji-input:focus, html[dir=rtl] button[type=button].chaty-wp-emoji-input:hover {
	right: 8px;
}

html[dir=rtl] .chaty-whatsapp-field input[type=text] {
	padding: 0 35px 0 0px;
}

html[dir=rtl] button.chaty-whatsapp-button-button, html[dir=rtl] button.chaty-whatsapp-button-button:focus, html[dir=rtl] button.chaty-whatsapp-button-button:hover {
	margin: 0 10px 0 0 !important;
}

html[dir=rtl] button.chaty-whatsapp-button-button svg {
	transform: rotate(180deg);
}

.elementor-kit-24 {
	--e-global-color-primary: #25252b;
	--e-global-color-secondary: #42424d;
	--e-global-color-text: #50505e;
	--e-global-color-accent: #eeeef1;
	--e-global-color-5046f92: #1872e6;
	--e-global-color-fe452c7: #1151a5;
	--e-global-color-a4982e1: #5a9aee;
	--e-global-color-dd29169: #e5e9ee;
	--e-global-color-5e8d0a4: #d31818;
	--e-global-color-fbb0daf: #dca300;
	--e-global-color-5b6dbbf: #205fff;
	--e-global-color-3dba653: #00ae2d;
	--e-global-color-6e54641: #f9f9f9;
	--e-global-color-32e1c9d: #072042;
	--e-global-color-66b8c86: rgba(2, 1, 1, 0);
	--e-global-color-81791d1: #fff;
	--e-global-color-3004f07: rgba(7, 32, 66, .65);
	--e-global-typography-primary-font-family: "Raleway";
	--e-global-typography-primary-font-size: 48px;
	--e-global-typography-primary-font-weight: 400;
	--e-global-typography-primary-line-height: 1.2em;
	--e-global-typography-secondary-font-family: "Raleway";
	--e-global-typography-secondary-font-size: 36px;
	--e-global-typography-secondary-font-weight: 500;
	--e-global-typography-secondary-line-height: 1.3em;
	--e-global-typography-text-font-family: "Poppins";
	--e-global-typography-text-font-size: 16px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-text-line-height: 1.4em;
	--e-global-typography-accent-font-family: "Poppins";
	--e-global-typography-accent-font-size: 14px;
	--e-global-typography-accent-font-weight: 400;
	--e-global-typography-accent-line-height: 1.3em;
	--e-global-typography-1e8340c-font-family: "Raleway";
	--e-global-typography-1e8340c-font-size: 72px;
	--e-global-typography-1e8340c-font-weight: 500;
	--e-global-typography-1e8340c-line-height: 1.1em;
	--e-global-typography-169fdca-font-family: "Raleway";
	--e-global-typography-169fdca-font-size: 64px;
	--e-global-typography-169fdca-font-weight: 400;
	--e-global-typography-169fdca-line-height: 1.3em;
	--e-global-typography-7afc2c8-font-family: "Raleway";
	--e-global-typography-7afc2c8-font-size: 48px;
	--e-global-typography-7afc2c8-font-weight: 400;
	--e-global-typography-7afc2c8-line-height: 1.3em;
	--e-global-typography-32bedd5-font-family: "Raleway";
	--e-global-typography-32bedd5-font-size: 32px;
	--e-global-typography-32bedd5-font-weight: 400;
	--e-global-typography-32bedd5-line-height: 1.3em;
	--e-global-typography-06f2e36-font-family: "Raleway";
	--e-global-typography-06f2e36-font-size: 24px;
	--e-global-typography-06f2e36-font-weight: 500;
	--e-global-typography-06f2e36-line-height: 1.3em;
	--e-global-typography-f00d840-font-family: "Raleway";
	--e-global-typography-f00d840-font-size: 16px;
	--e-global-typography-f00d840-font-weight: 400;
	--e-global-typography-f00d840-line-height: 1.3em;
	--e-global-typography-d2d53f5-font-family: "Poppins";
	--e-global-typography-d2d53f5-font-size: 16px;
	--e-global-typography-d2d53f5-font-weight: 400;
	--e-global-typography-d2d53f5-line-height: 1.3em;
	--e-global-typography-08470ca-font-family: "Poppins";
	--e-global-typography-08470ca-font-size: 14px;
	--e-global-typography-08470ca-font-weight: 400;
	--e-global-typography-08470ca-line-height: 1em;
	--e-global-typography-d5d5c81-font-family: "Raleway";
	--e-global-typography-d5d5c81-font-size: 20px;
	--e-global-typography-d5d5c81-font-weight: 600;
	--e-global-typography-d5d5c81-line-height: 24px;
	background-color: var(--e-global-color-6e54641);
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Montserrat, Poppins;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
}

.elementor-kit-24 button, .elementor-kit-24 input[type="button"], .elementor-kit-24 input[type="submit"], .elementor-kit-24 .elementor-button {
	background-color: var(--e-global-color-5046f92);
	font-family: var(--e-global-typography-d2d53f5-font-family), Montserrat, Poppins;
	font-size: var(--e-global-typography-d2d53f5-font-size);
	font-weight: var(--e-global-typography-d2d53f5-font-weight);
	line-height: var(--e-global-typography-d2d53f5-line-height);
	letter-spacing: var(--e-global-typography-d2d53f5-letter-spacing);
	word-spacing: var(--e-global-typography-d2d53f5-word-spacing);
	color: var(--e-global-color-accent);
	border-radius: 20px 20px 20px 20px;
	padding: 16px 20px 16px 20px;
}

.elementor-kit-24 button:hover, .elementor-kit-24 button:focus, .elementor-kit-24 input[type="button"]:hover, .elementor-kit-24 input[type="button"]:focus, .elementor-kit-24 input[type="submit"]:hover, .elementor-kit-24 input[type="submit"]:focus, .elementor-kit-24 .elementor-button:hover, .elementor-kit-24 .elementor-button:focus {
	background-color: var(--e-global-color-fe452c7);
	color: var(--e-global-color-accent);
	border-radius: 20px 20px 20px 20px;
}

.elementor-kit-24 p {
	margin-block-end: 16px;
}

.elementor-kit-24 a {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-accent-font-family), Montserrat, Poppins;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

.elementor-kit-24 a:hover {
	color: var(--e-global-color-5046f92);
	font-family: var(--e-global-typography-text-font-family), Montserrat, Poppins;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
}

.elementor-kit-24 h1 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-1e8340c-font-family), Montserrat, Poppins;
	font-size: var(--e-global-typography-1e8340c-font-size);
	font-weight: var(--e-global-typography-1e8340c-font-weight);
	line-height: var(--e-global-typography-1e8340c-line-height);
	letter-spacing: var(--e-global-typography-1e8340c-letter-spacing);
	word-spacing: var(--e-global-typography-1e8340c-word-spacing);
}

.elementor-kit-24 h2 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-169fdca-font-family), Montserrat, Poppins;
	font-size: var(--e-global-typography-169fdca-font-size);
	font-weight: var(--e-global-typography-169fdca-font-weight);
	line-height: var(--e-global-typography-169fdca-line-height);
	letter-spacing: var(--e-global-typography-169fdca-letter-spacing);
	word-spacing: var(--e-global-typography-169fdca-word-spacing);
}

.elementor-kit-24 h3 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-7afc2c8-font-family), Montserrat, Poppins;
	font-size: var(--e-global-typography-7afc2c8-font-size);
	font-weight: var(--e-global-typography-7afc2c8-font-weight);
	line-height: var(--e-global-typography-7afc2c8-line-height);
	letter-spacing: var(--e-global-typography-7afc2c8-letter-spacing);
	word-spacing: var(--e-global-typography-7afc2c8-word-spacing);
}

.elementor-kit-24 h4 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-32bedd5-font-family), Montserrat, Poppins;
	font-size: var(--e-global-typography-32bedd5-font-size);
	font-weight: var(--e-global-typography-32bedd5-font-weight);
	line-height: var(--e-global-typography-32bedd5-line-height);
	letter-spacing: var(--e-global-typography-32bedd5-letter-spacing);
	word-spacing: var(--e-global-typography-32bedd5-word-spacing);
}

.elementor-kit-24 h5 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-06f2e36-font-family), Montserrat, Poppins;
	font-size: var(--e-global-typography-06f2e36-font-size);
	font-weight: var(--e-global-typography-06f2e36-font-weight);
	line-height: var(--e-global-typography-06f2e36-line-height);
	letter-spacing: var(--e-global-typography-06f2e36-letter-spacing);
	word-spacing: var(--e-global-typography-06f2e36-word-spacing);
}

.elementor-kit-24 h6 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-f00d840-font-family), Montserrat, Poppins;
	font-size: var(--e-global-typography-f00d840-font-size);
	font-weight: var(--e-global-typography-f00d840-font-weight);
	line-height: var(--e-global-typography-f00d840-line-height);
	letter-spacing: var(--e-global-typography-f00d840-letter-spacing);
	word-spacing: var(--e-global-typography-f00d840-word-spacing);
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1440px;
}

.e-con {
	--container-max-width: 1440px;
	--container-default-padding-top: 24px;
	--container-default-padding-right: 24px;
	--container-default-padding-bottom: 24px;
	--container-default-padding-left: 24px;
}

.elementor-widget:not(:last-child) {
	--kit-widget-spacing: 24px;
}

.elementor-element {
	--widgets-spacing: 24px 24px;
	--widgets-spacing-row: 24px;
	--widgets-spacing-column: 24px;
}

h1.entry-title {
	display: var(--page-title-display);
}

@media (max-width:1024px) {
	.elementor-kit-24 {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	
	.elementor-kit-24 a {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	.elementor-kit-24 a:hover {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	
	.elementor-kit-24 h1 {
		font-size: var(--e-global-typography-1e8340c-font-size);
		line-height: var(--e-global-typography-1e8340c-line-height);
		letter-spacing: var(--e-global-typography-1e8340c-letter-spacing);
		word-spacing: var(--e-global-typography-1e8340c-word-spacing);
	}
	
	.elementor-kit-24 h2 {
		font-size: var(--e-global-typography-169fdca-font-size);
		line-height: var(--e-global-typography-169fdca-line-height);
		letter-spacing: var(--e-global-typography-169fdca-letter-spacing);
		word-spacing: var(--e-global-typography-169fdca-word-spacing);
	}
	
	.elementor-kit-24 h3 {
		font-size: var(--e-global-typography-7afc2c8-font-size);
		line-height: var(--e-global-typography-7afc2c8-line-height);
		letter-spacing: var(--e-global-typography-7afc2c8-letter-spacing);
		word-spacing: var(--e-global-typography-7afc2c8-word-spacing);
	}
	
	.elementor-kit-24 h4 {
		font-size: var(--e-global-typography-32bedd5-font-size);
		line-height: var(--e-global-typography-32bedd5-line-height);
		letter-spacing: var(--e-global-typography-32bedd5-letter-spacing);
		word-spacing: var(--e-global-typography-32bedd5-word-spacing);
	}
	
	.elementor-kit-24 h5 {
		font-size: var(--e-global-typography-06f2e36-font-size);
		line-height: var(--e-global-typography-06f2e36-line-height);
		letter-spacing: var(--e-global-typography-06f2e36-letter-spacing);
		word-spacing: var(--e-global-typography-06f2e36-word-spacing);
	}
	
	.elementor-kit-24 h6 {
		font-size: var(--e-global-typography-f00d840-font-size);
		line-height: var(--e-global-typography-f00d840-line-height);
		letter-spacing: var(--e-global-typography-f00d840-letter-spacing);
		word-spacing: var(--e-global-typography-f00d840-word-spacing);
	}
	
	.elementor-kit-24 button, .elementor-kit-24 input[type="button"], .elementor-kit-24 input[type="submit"], .elementor-kit-24 .elementor-button {
		font-size: var(--e-global-typography-d2d53f5-font-size);
		line-height: var(--e-global-typography-d2d53f5-line-height);
		letter-spacing: var(--e-global-typography-d2d53f5-letter-spacing);
		word-spacing: var(--e-global-typography-d2d53f5-word-spacing);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-kit-24 {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	
	.elementor-kit-24 a {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}
	
	.elementor-kit-24 a:hover {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	
	.elementor-kit-24 h1 {
		font-size: var(--e-global-typography-1e8340c-font-size);
		line-height: var(--e-global-typography-1e8340c-line-height);
		letter-spacing: var(--e-global-typography-1e8340c-letter-spacing);
		word-spacing: var(--e-global-typography-1e8340c-word-spacing);
	}
	
	.elementor-kit-24 h2 {
		font-size: var(--e-global-typography-169fdca-font-size);
		line-height: var(--e-global-typography-169fdca-line-height);
		letter-spacing: var(--e-global-typography-169fdca-letter-spacing);
		word-spacing: var(--e-global-typography-169fdca-word-spacing);
	}
	
	.elementor-kit-24 h3 {
		font-size: var(--e-global-typography-7afc2c8-font-size);
		line-height: var(--e-global-typography-7afc2c8-line-height);
		letter-spacing: var(--e-global-typography-7afc2c8-letter-spacing);
		word-spacing: var(--e-global-typography-7afc2c8-word-spacing);
	}
	
	.elementor-kit-24 h4 {
		font-size: var(--e-global-typography-32bedd5-font-size);
		line-height: var(--e-global-typography-32bedd5-line-height);
		letter-spacing: var(--e-global-typography-32bedd5-letter-spacing);
		word-spacing: var(--e-global-typography-32bedd5-word-spacing);
	}
	
	.elementor-kit-24 h5 {
		font-size: var(--e-global-typography-06f2e36-font-size);
		line-height: var(--e-global-typography-06f2e36-line-height);
		letter-spacing: var(--e-global-typography-06f2e36-letter-spacing);
		word-spacing: var(--e-global-typography-06f2e36-word-spacing);
	}
	
	.elementor-kit-24 h6 {
		font-size: var(--e-global-typography-f00d840-font-size);
		line-height: var(--e-global-typography-f00d840-line-height);
		letter-spacing: var(--e-global-typography-f00d840-letter-spacing);
		word-spacing: var(--e-global-typography-f00d840-word-spacing);
	}
	
	.elementor-kit-24 button, .elementor-kit-24 input[type="button"], .elementor-kit-24 input[type="submit"], .elementor-kit-24 .elementor-button {
		font-size: var(--e-global-typography-d2d53f5-font-size);
		line-height: var(--e-global-typography-d2d53f5-line-height);
		letter-spacing: var(--e-global-typography-d2d53f5-letter-spacing);
		word-spacing: var(--e-global-typography-d2d53f5-word-spacing);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

.elementor-3 .elementor-element.elementor-element-653cfe1 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--padding-top: 96px;
	--padding-bottom: 96px;
	--padding-left: 24px;
	--padding-right: 24px;
}

.elementor-3 .elementor-element.elementor-element-653cfe1:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-653cfe1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: transparent;
	background-image: radial-gradient(at bottom left, #0f2038 0%, #1d3b67 100%);
}

.elementor-3 .elementor-element.elementor-element-77eb134 {
	--display: flex;
	--border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .14);
}

.elementor-3 .elementor-element.elementor-element-77eb134:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-77eb134 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f7f6f9;
}

.elementor-3 .elementor-element.elementor-element-264679a {
	width: var(--container-widget-width, 100%);
	max-width: 100%;
	--container-widget-width: 100%;
	--container-widget-flex-grow: 0;
	color: #102a4d;
}

@media (max-width:767px) {
	.elementor-3 .elementor-element.elementor-element-653cfe1 {
		--padding-top: 32px;
		--padding-bottom: 96px;
		--padding-left: 16px;
		--padding-right: 16px;
	}
}

@media (min-width:768px) {
	.elementor-3 .elementor-element.elementor-element-653cfe1 {
		--content-width: 1350px;
	}
}

.elementor .e-div-block-base {
	min-width: 30px;
	padding: 10px;
	display: block;
}

.elementor .e-flexbox-base {
	padding: 10px;
	display: flex;
	flex-direction: row;
}

.elementor .e-grid-base {
	column-gap: 20px;
	padding: 10px;
	display: grid;
	row-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.elementor .e-tabs-base {
	padding-block-start: 0px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.elementor .e-tabs-menu-base {
	display: flex;
	justify-content: center;
}

.elementor .e-tab-base {
	width: 160px;
	color: #0c0d0e;
	cursor: pointer;
	padding: 8px;
	border-width: 2px;
	border-color: #e0e0e0;
	border-style: solid;
	background-color: #fff;
	display: block;
}

.elementor .e-tab-base.e--selected {
	border-color: #0c0d0e;
	outline-width: 0px;
}

.elementor .e-tab-base:focus {
	border-color: #0c0d0e;
	outline-width: 0px;
}

.elementor .e-tab-base:hover, .elementor .e-tab-base:focus-visible {
	background-color: #e0e0e0;
}

.elementor .e-tabs-content-area-base {
	display: block;
}

.elementor .e-tab-content-base {
	min-width: 30px;
	padding: 10px;
	display: block;
}

.elementor .e-form-base {
	display: block;
}

.elementor .e-collection-loop-base {
	display: block;
}

.elementor .e-heading-base {
	margin: 0px;
}

.elementor .e-heading-link-base {
	all: unset;
	cursor: pointer;
}

.elementor .e-image-link-base {
	width: fit-content;
	all: unset;
	cursor: pointer;
	display: inherit;
}

.elementor .e-image-base {
	display: block;
}

.elementor .e-paragraph-base {
	margin: 0px;
}

.elementor .e-paragraph-link-base {
	all: unset;
	cursor: pointer;
}

.elementor .e-svg-base {
	width: 65px;
	height: 65px;
	display: inline-block;
}

.elementor .e-button-base {
	text-align: center;
	padding-block-start: 12px;
	padding-block-end: 12px;
	padding-inline-start: 24px;
	padding-inline-end: 24px;
	border-radius: 2px;
	border-width: 0px;
	background-color: #375efb;
	display: inline-block;
}

.elementor .e-youtube-base {
	overflow: hidden;
	aspect-ratio: 16/9;
}

.elementor .e-divider-base {
	height: 1px;
	border-width: 0px;
	border-color: transparent;
	border-style: none;
	background-color: #000;
}

.elementor .e-self-hosted-video-base {
	max-width: 100vw;
	aspect-ratio: 16/9;
	display: inline-block;
}
@media (max-width:767px){
@media (max-width:767px) {
	.elementor .e-grid-base {
		grid-template-columns: repeat(1, 1fr);
	}
}
}
.elementskit-invisible {
	visibility: hidden;
}

.ekit-wid-con .ekit-post-list-wrapper .elementor-icon-list-item a {
	background-color: transparent !important;
}

.ekit-wid-con .ekit-post-list-wrapper.elementor-inline-items .elementor-icon-list-item {
	margin: 0;
}

.ekit-wid-con .elementor-inline-items {
	margin: 0 !important;
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item {
	display: inline-block;
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
	display: inline-block;
}

.elementor-widget .ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
	position: absolute;
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item:last-child::after {
	display: none;
}

.elementor-widget-elementskit-page-list:not(.ekit-has-divider-yes) .ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
	display: none;
}

.ekit-wid-con .elementor-inline-items.row .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	margin-right: 0 !important;
	margin-left: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .elementor-inline-items.row .elementor-icon-list-item a {
	padding: 5px 15px;
}

.ekit-wid-con .elementor-icon-list-item > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ekit-wid-con .elementor-icon-list-item > a.ekit_badge_right {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.ekit-wid-con .ekit_menu_label {
	border-radius: 3px;
	padding: 2px 5px;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background-color: #c91765;
	margin-left: 5px;
}

.ekit-wid-con .ekit_menu_subtitle {
	font-size: 11px;
	font-style: normal;
	color: #8d96ae;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-text {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	line-height: inherit;
}

.ekit-wid-con .elementor-icon-list-icon svg {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-icon > i {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-enabled-bg-img .elementor-icon-list-item a {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-enabled-bg-img .elementor-icon-list-item a::after {
	content: "";
	background-color: rgba(34, 34, 34, .7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.ekit-enabled-bg-img .elementor-icon-list-item a:hover::after {
	background-color: rgba(34, 34, 34, .9);
}

.ekit-enabled-bg-img .elementor-icon-list-item a .ekit_post_list_content_wraper {
	z-index: 1;
}

.ekit-enabled-bg-img .elementor-icon-list-item a > img {
	z-index: 1;
}

.ekit-wid-con .nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ekit-wid-con .ekit-form form p {
	margin-bottom: 0;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	height: 56px;
	border-radius: 0;
	padding-left: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):hover {
	border-color: #333;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
	border-color: #4d68ff;
}

.ekit-wid-con .ekit-form form input[type=submit] {
	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-radius: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 12px 72px;
	font-size: .9375rem;
	background-color: #313636;
	border: 0 solid #000;
	color: #fff;
	cursor: pointer;
}

.ekit-wid-con .ekit-form form input[type=submit]:hover {
	background-color: #4d68ff;
}

.ekit-wid-con .ekit-form form select {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	height: 56px;
}

.ekit-wid-con .ekit-form form select[multiple] {
	height: 100px;
}

.ekit-wid-con .ekit-form form label {
	margin-bottom: 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #313636;
	font-weight: 400;
}

.ekit-wid-con .ekit-form form label span {
	color: #777;
	font-size: .8125rem;
	display: block;
}

.ekit-wid-con .ekit-form form textarea {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	border-radius: 0;
	padding-left: 30px;
	height: 176px;
	resize: none;
	padding-top: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .ekit-form form textarea:hover {
	border-color: #333;
}

.ekit-wid-con .ekit-form form textarea:focus {
	border-color: #4d68ff;
}

.ekit-wid-con .ekit-form form .intl-tel-input {
	width: 100%;
}

.ekit-wid-con .ekit-form form .ekit-form-input {
	margin-bottom: 50px;
}

.elementor-widget-elementskit-pricing .elementor-widget-container, .elementor-widget-elementskit-pricing.elementor-element:not(:has(.elementor-widget-container)) {
	overflow: hidden;
}

.elementor-widget-elementskit-timeline .elementor-widget-container, .elementor-widget-elementskit-timeline.elementor-element:not(:has(.elementor-widget-container)) {
	padding-top: 35px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 60px;
}

.elementor-widget-elementskit-business-hours {
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
}

.elementor-widget-elementskit-dual-button-center .ekit-element-align-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget-elementskit-dual-button-end .ekit-element-align-wrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-widget-elementskit-dual-button-start .ekit-element-align-wrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ekit_wpForms_container-form-button-full-width .wpforms-submit-container .wpforms-submit {
	width: 100%;
}

.ekit_ninjaForms_container-button-full-width .submit-container input[type=button] {
	width: 100%;
}

.elemenetskit-alert-info {
	position: relative;
	padding: .75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.elementor-widget-elementskit-team.animated {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

@media (max-width:1024px) {
	.ekit-tab-hide {
		display: none;
	}
}

@media (max-width:767px) {
	.ekit-mobile-hide {
		display: none;
	}
}

.ekit-template-content-footer, .ekit-template-content-header {
	clear: both;
}

.elementor-edit-area-active .elementor-widget:hover .widgetarea_warper_edit {
	display: block;
}

.ekit-sticky {
	z-index: 9999;
}

div.elementor .ekit-sticky.elementor-element {
	-webkit-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}

.ekit-sticky[data-ekit-sticky] {
	z-index: 1;
}

div.elementor .ekit-sticky--show_on_scroll_up.elementor-element {
	-webkit-transition: background-color .3s ease-in, opacity .3s, visibility .3s;
	transition: background-color .3s ease-in, opacity .3s, visibility .3s;
}

.ekit-sticky--effects.ekit-sticky--down.ekit-sticky--show_on_scroll_up {
	opacity: 0;
	visibility: hidden;
}

.weforms_submit_btn {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
}

.wpuf-label > label {
	margin-bottom: 0;
}

ul.wpuf-form li label.wpuf-form-sub-label {
	margin-bottom: 0;
}

.mfp-bg.ekit-promo-popup {
	background-color: rgba(0, 0, 0, .87);
	padding-bottom: 100%;
	border-radius: 100%;
	overflow: hidden;
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards;
}

.ekit-promo-popup .modal-content {
	background-color: transparent;
	padding: 0;
	border: 0;
}

.ekit-promo-popup .mfp-close {
	color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease .8s;
	transition: all 1s ease .8s;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
}

.ekit-promo-popup.mfp-ready .mfp-close {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	position: fixed;
}

body.admin-bar .ekit-promo-popup.mfp-ready .mfp-close {
	margin-top: 45px;
}

.ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 1s ease .8s;
	transition: all 1s ease .8s;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
}

.ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@-webkit-keyframes bounceAnim {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-16px);
		transform: translateY(-16px);
	}
	
	60% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes bounceAnim {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-16px);
		transform: translateY(-16px);
	}
	
	60% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%);
	}
	
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
		-webkit-transition: ease-out;
		transition: ease-out;
	}
	
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0);
	}
	
	61% {
		opacity: 1;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0);
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%);
	}
	
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
		-webkit-transition: ease-out;
		transition: ease-out;
	}
	
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0);
	}
	
	61% {
		opacity: 1;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0);
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}

@-webkit-keyframes show-fadein {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes show-fadein {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide-fadeout {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes hide-fadeout {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes show-animation {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes show-animation {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes hide-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}

@keyframes hide-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@-webkit-keyframes button-ripple {
	70% {
		-webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
		box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
		opacity: 0;
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}

@keyframes button-ripple {
	70% {
		-webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
		box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
		opacity: 0;
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}

@-webkit-keyframes radio-wave {
	0% {
		opacity: .8;
		border-width: 2px;
	}
	
	70% {
		opacity: .4;
	}
	
	100% {
		-webkit-transform: scale(var(--ekit-radio-wave-scale));
		transform: scale(var(--ekit-radio-wave-scale));
		opacity: 0;
		border-width: 0;
	}
}

@keyframes radio-wave {
	0% {
		opacity: .8;
		border-width: 2px;
	}
	
	70% {
		opacity: .4;
	}
	
	100% {
		-webkit-transform: scale(var(--ekit-radio-wave-scale));
		transform: scale(var(--ekit-radio-wave-scale));
		opacity: 0;
		border-width: 0;
	}
}

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

@keyframes open {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

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

@keyframes close {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

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

@keyframes galleryopen {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes location-indicator {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, .2);
		box-shadow: 0 0 0 0 rgba(12, 90, 219, .2);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(12, 90, 219, 0);
		box-shadow: 0 0 0 30px rgba(12, 90, 219, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
		box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
	}
}

@keyframes location-indicator {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, .2);
		box-shadow: 0 0 0 0 rgba(12, 90, 219, .2);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(12, 90, 219, 0);
		box-shadow: 0 0 0 30px rgba(12, 90, 219, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
		box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
	}
}

@-webkit-keyframes iconTranslateY {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

@keyframes iconTranslateY {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

@-webkit-keyframes RainDrop {
	0%, 100%, 25%, 55%, 75%, 87%, 97% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	26%, 56%, 76% {
		-webkit-transform: scaleX(1.3) scaleY(.8);
		transform: scaleX(1.3) scaleY(.8);
	}
	
	31%, 61%, 81% {
		-webkit-transform: scaleX(.8) scaleY(1.2);
		transform: scaleX(.8) scaleY(1.2);
	}
	
	76%, 88% {
		-webkit-transform: scaleX(1.2);
		transform: scaleX(1.2);
	}
	
	98% {
		-webkit-transform: scaleX(1.1);
		transform: scaleX(1.1);
	}
}

@keyframes RainDrop {
	0%, 100%, 25%, 55%, 75%, 87%, 97% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	26%, 56%, 76% {
		-webkit-transform: scaleX(1.3) scaleY(.8);
		transform: scaleX(1.3) scaleY(.8);
	}
	
	31%, 61%, 81% {
		-webkit-transform: scaleX(.8) scaleY(1.2);
		transform: scaleX(.8) scaleY(1.2);
	}
	
	76%, 88% {
		-webkit-transform: scaleX(1.2);
		transform: scaleX(1.2);
	}
	
	98% {
		-webkit-transform: scaleX(1.1);
		transform: scaleX(1.1);
	}
}

@-webkit-keyframes WaterWave {
	50% {
		-webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
		transform: skewY(1deg) skewX(-1deg) scale(1.06);
	}
}

@keyframes WaterWave {
	50% {
		-webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
		transform: skewY(1deg) skewX(-1deg) scale(1.06);
	}
}

@-webkit-keyframes lightning {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes lightning {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@-webkit-keyframes JoltZoom {
	10% {
		font-size: 140%;
	}
	
	40% {
		font-size: 80%;
	}
	
	100% {
		font-size: 100%;
	}
}

@keyframes JoltZoom {
	10% {
		font-size: 140%;
	}
	
	40% {
		font-size: 80%;
	}
	
	100% {
		font-size: 100%;
	}
}

@-webkit-keyframes typing {
	from {
		width: 0;
	}
}

@keyframes typing {
	from {
		width: 0;
	}
}

@-webkit-keyframes cursor {
	50% {
		border-color: transparent;
	}
}

@keyframes cursor {
	50% {
		border-color: transparent;
	}
}

@-webkit-keyframes wipe {
	to {
		width: 0;
	}
}

@keyframes wipe {
	to {
		width: 0;
	}
}

@keyframes open {
	from {
		width: 0;
	}
}

@-webkit-keyframes Magnify {
	50% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		letter-spacing: 26px;
	}
}

@keyframes Magnify {
	50% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		letter-spacing: 26px;
	}
}

@-webkit-keyframes Beat {
	14%, 42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28%, 70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes Beat {
	14%, 42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28%, 70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes FadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes FadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes FadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes FadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes FadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes FadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes FadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 1;
	}
}

@keyframes FadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes FadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 1;
	}
}

@keyframes FadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes FadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes FadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-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);
	}
}

@-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);
	}
}

@-webkit-keyframes FadeOutTop {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes FadeOutTop {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-webkit-keyframes FadeOutBottom {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes FadeOutBottom {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@-webkit-keyframes MovingBackFromRight {
	40% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@keyframes MovingBackFromRight {
	40% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@-webkit-keyframes MovingBackFromLeft {
	40% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@keyframes MovingBackFromLeft {
	40% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@-webkit-keyframes KickOutFront {
	40% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@keyframes KickOutFront {
	40% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@-webkit-keyframes KickOutBehind {
	40% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@keyframes KickOutBehind {
	40% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@-webkit-keyframes ScaleXIn {
	from {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes ScaleXIn {
	from {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes ScaleXOut {
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	from {
		opacity: 1;
	}
}

@keyframes ScaleXOut {
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	from {
		opacity: 1;
	}
}

@-webkit-keyframes ScaleYIn {
	from {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes ScaleYIn {
	from {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes ScaleYOut {
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	from {
		opacity: 1;
	}
}

@keyframes ScaleYOut {
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	from {
		opacity: 1;
	}
}

@-webkit-keyframes Jump {
	to {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes Jump {
	to {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@-webkit-keyframes AboundTop {
	50% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes AboundTop {
	50% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes AboundBottom {
	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes AboundBottom {
	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes AboundLeft {
	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes AboundLeft {
	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes AboundRight {
	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes AboundRight {
	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes FlyInTop {
	0% {
		-webkit-transform: translate(0, -80px);
		transform: translate(0, -80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(10px, 50px);
		transform: translate(10px, 50px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

@keyframes FlyInTop {
	0% {
		-webkit-transform: translate(0, -80px);
		transform: translate(0, -80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(10px, 50px);
		transform: translate(10px, 50px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes FlyInLeft {
	0% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
}

@keyframes FlyInLeft {
	0% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
}

@-webkit-keyframes FlyInRight {
	0% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
	}
}

@keyframes FlyInRight {
	0% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
	}
}

@-webkit-keyframes FlyInBottom {
	0% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(10px, -50px);
		transform: translate(10px, -50px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

@keyframes FlyInBottom {
	0% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(10px, -50px);
		transform: translate(10px, -50px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes FlyOutTop {
	50% {
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px);
	}
	
	to {
		-webkit-transform: translate(0, -100px);
		transform: translate(0, -100px);
		opacity: 0;
	}
}

@keyframes FlyOutTop {
	50% {
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px);
	}
	
	to {
		-webkit-transform: translate(0, -100px);
		transform: translate(0, -100px);
		opacity: 0;
	}
}

@-webkit-keyframes FlyOutLeft {
	50% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	
	to {
		-webkit-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
		opacity: 0;
	}
}

@keyframes FlyOutLeft {
	50% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	
	to {
		-webkit-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
		opacity: 0;
	}
}

@-webkit-keyframes FlyOutRight {
	50% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
	}
	
	to {
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0);
		opacity: 0;
	}
}

@keyframes FlyOutRight {
	50% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
	}
	
	to {
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0);
		opacity: 0;
	}
}

@-webkit-keyframes FlyOutBottom {
	50% {
		-webkit-transform: translate(0, -40px);
		transform: translate(0, -40px);
	}
	
	to {
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
		opacity: 0;
	}
}

@keyframes FlyOutBottom {
	50% {
		-webkit-transform: translate(0, -40px);
		transform: translate(0, -40px);
	}
	
	to {
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
		opacity: 0;
	}
}

@-webkit-keyframes DoorCloseLeft {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	from {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes DoorCloseLeft {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	from {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes DoorOpenRight {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	to {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}
}

@keyframes DoorOpenRight {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	to {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes DoorCloseRight {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	from {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes DoorCloseRight {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	from {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes DoorOpenLeft {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	to {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		opacity: 0;
	}
}

@keyframes DoorOpenLeft {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	to {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes HangAndDropLeft {
	from {
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	50% {
		-webkit-transform: rotate(100deg);
		transform: rotate(100deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	60% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(70deg);
		transform: translateY(800px) rotate(70deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@keyframes HangAndDropLeft {
	from {
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	50% {
		-webkit-transform: rotate(100deg);
		transform: rotate(100deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	60% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(70deg);
		transform: translateY(800px) rotate(70deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@-webkit-keyframes HangAndDropRight {
	from {
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	50% {
		-webkit-transform: rotate(-100deg);
		transform: rotate(-100deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	60% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(-70deg);
		transform: translateY(800px) rotate(-70deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@keyframes HangAndDropRight {
	from {
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	50% {
		-webkit-transform: rotate(-100deg);
		transform: rotate(-100deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	60% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(-70deg);
		transform: translateY(800px) rotate(-70deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@-webkit-keyframes PushReleaseFrom {
	from {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
}

@keyframes PushReleaseFrom {
	from {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
}

@-webkit-keyframes PushReleaseFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@keyframes PushReleaseFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-webkit-keyframes PushReleaseFromTop {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@keyframes PushReleaseFromTop {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@-webkit-keyframes PushReleaseFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@keyframes PushReleaseFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@-webkit-keyframes PushReleaseTo {
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
	
	to {
		-webkit-transform: scale(5, 5);
		transform: scale(5, 5);
		opacity: 0;
	}
}

@keyframes PushReleaseTo {
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
	
	to {
		-webkit-transform: scale(5, 5);
		transform: scale(5, 5);
		opacity: 0;
	}
}

@-webkit-keyframes PushReleaseToTop {
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
}

@keyframes PushReleaseToTop {
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes PushReleaseToBottom {
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@keyframes PushReleaseToBottom {
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@-webkit-keyframes FlipInTop {
	from {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@keyframes FlipInTop {
	from {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@-webkit-keyframes FlipOutTop {
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	70% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@keyframes FlipOutTop {
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	70% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@-webkit-keyframes FlipInBottom {
	from {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@keyframes FlipInBottom {
	from {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@-webkit-keyframes FlipOutBottom {
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	70% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@keyframes FlipOutBottom {
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	70% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@-webkit-keyframes ElevateLeft {
	from {
		-webkit-transform: translateY(100%) rotate(-20deg);
		transform: translateY(100%) rotate(-20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@keyframes ElevateLeft {
	from {
		-webkit-transform: translateY(100%) rotate(-20deg);
		transform: translateY(100%) rotate(-20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@-webkit-keyframes ElevateRight {
	from {
		-webkit-transform: translateY(100%) rotate(20deg);
		transform: translateY(100%) rotate(20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@keyframes ElevateRight {
	from {
		-webkit-transform: translateY(100%) rotate(20deg);
		transform: translateY(100%) rotate(20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@-webkit-keyframes RollFromLeft {
	from {
		-webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
		transform: translateX(-60px) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes RollFromLeft {
	from {
		-webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
		transform: translateX(-60px) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollFromRight {
	from {
		-webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
		transform: translateX(60px) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@keyframes RollFromRight {
	from {
		-webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
		transform: translateX(60px) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollFromTop {
	from {
		-webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
		transform: translateY(-60px) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@keyframes RollFromTop {
	from {
		-webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
		transform: translateY(-60px) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollFromBottom {
	from {
		-webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
		transform: translateY(60px) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@keyframes RollFromBottom {
	from {
		-webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
		transform: translateY(60px) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollToLeft {
	to {
		-webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
		transform: translateX(-60px) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes RollToLeft {
	to {
		-webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
		transform: translateX(-60px) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollToRight {
	to {
		-webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
		transform: translateX(60px) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@keyframes RollToRight {
	to {
		-webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
		transform: translateX(60px) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollToTop {
	to {
		-webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
		transform: translateY(-60px) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@keyframes RollToTop {
	to {
		-webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
		transform: translateY(-60px) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollToBottom {
	to {
		-webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
		transform: translateY(60px) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@keyframes RollToBottom {
	to {
		-webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
		transform: translateY(60px) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateInRight {
	from {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		opacity: 0;
	}
}

@keyframes RotateSkateInRight {
	from {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateInLeft {
	from {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		opacity: 0;
	}
}

@keyframes RotateSkateInLeft {
	from {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateInTop {
	from {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		opacity: 0;
	}
}

@keyframes RotateSkateInTop {
	from {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateInBottom {
	from {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		opacity: 0;
	}
}

@keyframes RotateSkateInBottom {
	from {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateOutRight {
	to {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		opacity: 0;
	}
}

@keyframes RotateSkateOutRight {
	to {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateOutLeft {
	to {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		opacity: 0;
	}
}

@keyframes RotateSkateOutLeft {
	to {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateOutTop {
	to {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		opacity: 0;
	}
}

@keyframes RotateSkateOutTop {
	to {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateOutBottom {
	to {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		opacity: 0;
	}
}

@keyframes RotateSkateOutBottom {
	to {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateXZoomIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
}

@keyframes RotateXZoomIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
}

@-webkit-keyframes RotateXZoomOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
}

@keyframes RotateXZoomOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
}

@-webkit-keyframes RotateYZoomIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
}

@keyframes RotateYZoomIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
}

@-webkit-keyframes RotateYZoomOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
}

@keyframes RotateYZoomOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
}

@-webkit-keyframes RotateIn {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes RotateIn {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes RotateOut {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes RotateOut {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@-webkit-keyframes RotateInLeft {
	from {
		-webkit-transform: rotate(-180deg) translateX(150px);
		transform: rotate(-180deg) translateX(150px);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes RotateInLeft {
	from {
		-webkit-transform: rotate(-180deg) translateX(150px);
		transform: rotate(-180deg) translateX(150px);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes RotateOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(180deg) translateX(150px);
		transform: rotate(180deg) translateX(150px);
		opacity: 0;
	}
}

@keyframes RotateOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(180deg) translateX(150px);
		transform: rotate(180deg) translateX(150px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateInRight {
	from {
		-webkit-transform: rotate(-180deg) translateX(-150px);
		transform: rotate(-180deg) translateX(-150px);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes RotateInRight {
	from {
		-webkit-transform: rotate(-180deg) translateX(-150px);
		transform: rotate(-180deg) translateX(-150px);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes RotateOutRight {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(180deg) translateX(-150px);
		transform: rotate(180deg) translateX(-150px);
		opacity: 0;
	}
}

@keyframes RotateOutRight {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(180deg) translateX(-150px);
		transform: rotate(180deg) translateX(-150px);
		opacity: 0;
	}
}

@-webkit-keyframes SpinInLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes SpinInLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes SpinInRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes SpinInRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes SpinOutLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes SpinOutLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes SpinOutRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes SpinOutRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes BlurIn {
	from {
		-webkit-transform: scaleX(.2);
		transform: scaleX(.2);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurIn {
	from {
		-webkit-transform: scaleX(.2);
		transform: scaleX(.2);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurInRight {
	from {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurInRight {
	from {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurInLeft {
	from {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurInLeft {
	from {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurInTop {
	from {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurInTop {
	from {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurInBottom {
	from {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurInBottom {
	from {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurOut {
	to {
		-webkit-transform: scaleX(.2);
		transform: scaleX(.2);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurOut {
	to {
		-webkit-transform: scaleX(.2);
		transform: scaleX(.2);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurOutRight {
	to {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurOutRight {
	to {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurOutLeft {
	to {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurOutLeft {
	to {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurOutTop {
	to {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurOutTop {
	to {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurOutBottom {
	to {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurOutBottom {
	to {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes PopUp {
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes PopUp {
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@-webkit-keyframes PopUpLeft {
	50% {
		-webkit-transform: translateX(-50px) scale(1.5);
		transform: translateX(-50px) scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes PopUpLeft {
	50% {
		-webkit-transform: translateX(-50px) scale(1.5);
		transform: translateX(-50px) scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes PopUpRight {
	50% {
		-webkit-transform: translateX(50px) scale(1.5);
		transform: translateX(50px) scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes PopUpRight {
	50% {
		-webkit-transform: translateX(50px) scale(1.5);
		transform: translateX(50px) scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes PopOut {
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@keyframes PopOut {
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@-webkit-keyframes PopOutLeft {
	50% {
		-webkit-transform: translateX(-50px) scale(.5);
		transform: translateX(-50px) scale(.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes PopOutLeft {
	50% {
		-webkit-transform: translateX(-50px) scale(.5);
		transform: translateX(-50px) scale(.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes PopOutRight {
	50% {
		-webkit-transform: translateX(50px) scale(.5);
		transform: translateX(50px) scale(.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes PopOutRight {
	50% {
		-webkit-transform: translateX(50px) scale(.5);
		transform: translateX(50px) scale(.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes BounceFromTop {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes BounceFromTop {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@-webkit-keyframes BounceFromDown {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
}

@keyframes BounceFromDown {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
}

@-webkit-keyframes BounceY {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 2, 1);
		transform: scale3d(1, 2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 1.5, 1);
		transform: scale3d(1, 1.5, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1, 1.1, 1);
		transform: scale3d(1, 1.1, 1);
	}
}

@keyframes BounceY {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 2, 1);
		transform: scale3d(1, 2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 1.5, 1);
		transform: scale3d(1, 1.5, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1, 1.1, 1);
		transform: scale3d(1, 1.1, 1);
	}
}

@-webkit-keyframes BounceZoomIn {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.9);
		transform: scale(1.9);
	}
	
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes BounceZoomIn {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.9);
		transform: scale(1.9);
	}
	
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes BounceZoomOut {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	
	90% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes BounceZoomOut {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	
	90% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@-webkit-keyframes PerspectiveOutTop {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		opacity: 0;
	}
}

@keyframes PerspectiveOutTop {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		opacity: 0;
	}
}

@-webkit-keyframes PerspectiveOutBottom {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		opacity: 0;
	}
}

@keyframes PerspectiveOutBottom {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		opacity: 0;
	}
}

@-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;
	}
}

@-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);
	}
}

@-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);
	}
}

@-webkit-keyframes LetterZoomInTop {
	from {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@keyframes LetterZoomInTop {
	from {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@-webkit-keyframes ZoomInBottom {
	from {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@keyframes ZoomInBottom {
	from {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@-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;
	}
}

@-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);
	}
}

@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-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);
	}
}

@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-keyframes ZoomOutTop {
	to {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@keyframes ZoomOutTop {
	to {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@-webkit-keyframes ZoomOutBottom {
	to {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@keyframes ZoomOutBottom {
	to {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@-webkit-keyframes oaoFadeInTop {
	from {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
}

@keyframes oaoFadeInTop {
	from {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes oaoFadeInBottom {
	from {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
}

@keyframes oaoFadeInBottom {
	from {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
}

@-webkit-keyframes oaoFadeOutop {
	to {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
}

@keyframes oaoFadeOutop {
	to {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes oaoFadeOutBottom {
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@keyframes oaoFadeOutBottom {
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@-webkit-keyframes oaoFlyInTop {
	0% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes oaoFlyInTop {
	0% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes oaoFlyInBottom {
	0% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes oaoFlyInBottom {
	0% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes oaoFlyOutTop {
	30% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes oaoFlyOutTop {
	30% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes oaoFlyOutBottom {
	30% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes oaoFlyOutBottom {
	30% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateInTop {
	from {
		-webkit-transform: translateY(-100px) rotate(360deg);
		transform: translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateInTop {
	from {
		-webkit-transform: translateY(-100px) rotate(360deg);
		transform: translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateInBottom {
	from {
		-webkit-transform: translateY(100px) rotate(360deg);
		transform: translateY(100px) rotate(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateInBottom {
	from {
		-webkit-transform: translateY(100px) rotate(360deg);
		transform: translateY(100px) rotate(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateOutTop {
	to {
		-webkit-transform: translateY(-100px) rotate(360deg);
		transform: translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateOutTop {
	to {
		-webkit-transform: translateY(-100px) rotate(360deg);
		transform: translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateOutBottom {
	to {
		-webkit-transform: translateY(100px) rotate(360deg);
		transform: translateY(100px) rotate(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateOutBottom {
	to {
		-webkit-transform: translateY(100px) rotate(360deg);
		transform: translateY(100px) rotate(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateXInTop {
	from {
		-webkit-transform: translateY(-100px) rotateX(360deg);
		transform: translateY(-100px) rotateX(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateXInTop {
	from {
		-webkit-transform: translateY(-100px) rotateX(360deg);
		transform: translateY(-100px) rotateX(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateXInBottom {
	from {
		-webkit-transform: translateY(100px) rotateX(360deg);
		transform: translateY(100px) rotateX(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateXInBottom {
	from {
		-webkit-transform: translateY(100px) rotateX(360deg);
		transform: translateY(100px) rotateX(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateXOutTop {
	to {
		-webkit-transform: translateY(-100px) rotateX(360deg);
		transform: translateY(-100px) rotateX(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateXOutTop {
	to {
		-webkit-transform: translateY(-100px) rotateX(360deg);
		transform: translateY(-100px) rotateX(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateXOutBottom {
	to {
		-webkit-transform: translateY(100px) rotateX(360deg);
		transform: translateY(100px) rotateX(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateXOutBottom {
	to {
		-webkit-transform: translateY(100px) rotateX(360deg);
		transform: translateY(100px) rotateX(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateYInTop {
	from {
		-webkit-transform: translateY(-100px) rotateY(360deg);
		transform: translateY(-100px) rotateY(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateYInTop {
	from {
		-webkit-transform: translateY(-100px) rotateY(360deg);
		transform: translateY(-100px) rotateY(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateYInBottom {
	from {
		-webkit-transform: translateY(100px) rotateY(360deg);
		transform: translateY(100px) rotateY(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateYInBottom {
	from {
		-webkit-transform: translateY(100px) rotateY(360deg);
		transform: translateY(100px) rotateY(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateYOutTop {
	to {
		-webkit-transform: translateY(-100px) rotateY(360deg);
		transform: translateY(-100px) rotateY(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateYOutTop {
	to {
		-webkit-transform: translateY(-100px) rotateY(360deg);
		transform: translateY(-100px) rotateY(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateYOutBottom {
	to {
		-webkit-transform: translateY(100px) rotateY(360deg);
		transform: translateY(100px) rotateY(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateYOutBottom {
	to {
		-webkit-transform: translateY(100px) rotateY(360deg);
		transform: translateY(100px) rotateY(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-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);
	}
}

@-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);
	}
}

@-webkit-keyframes fadeOutTop {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes fadeOutTop {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-webkit-keyframes fadeOutBottom {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes fadeOutBottom {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@-webkit-keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-800px);
		transform: translateX(-800px);
	}
}

@keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-800px);
		transform: translateX(-800px);
	}
}

@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

@keyframes moveFromRight {
	from {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

@-webkit-keyframes moveFromTop {
	from {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px);
	}
}

@keyframes moveFromTop {
	from {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px);
	}
}

@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(800px);
		transform: translateY(800px);
	}
}

@keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(800px);
		transform: translateY(800px);
	}
}

@-webkit-keyframes moveToLeft {
	to {
		-webkit-transform: translateX(-800px);
		transform: translateX(-800px);
	}
}

@keyframes moveToLeft {
	to {
		-webkit-transform: translateX(-800px);
		transform: translateX(-800px);
	}
}

@-webkit-keyframes moveToRight {
	to {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

@keyframes moveToRight {
	to {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

@-webkit-keyframes moveToTop {
	to {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px);
	}
}

@keyframes moveToTop {
	to {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px);
	}
}

@-webkit-keyframes moveToBottom {
	to {
		-webkit-transform: translateY(800px);
		transform: translateY(800px);
	}
}

@keyframes moveToBottom {
	to {
		-webkit-transform: translateY(800px);
		transform: translateY(800px);
	}
}

@-webkit-keyframes doorCloseFromLeft {
	from {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 1;
	}
}

@keyframes doorCloseFromLeft {
	from {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 1;
	}
}

@-webkit-keyframes doorOpenFromRight {
	from {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 1;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
}

@keyframes doorOpenFromRight {
	from {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 1;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
}

@-webkit-keyframes doorCloseFromRight {
	from {
		-webkit-transform: perspective(400px) rotateY(-90deg);
		transform: perspective(400px) rotateY(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
}

@keyframes doorCloseFromRight {
	from {
		-webkit-transform: perspective(400px) rotateY(-90deg);
		transform: perspective(400px) rotateY(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
}

@-webkit-keyframes doorOpenFromLeft {
	from {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(-90deg);
		transform: perspective(400px) rotateY(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
}

@keyframes doorOpenFromLeft {
	from {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(-90deg);
		transform: perspective(400px) rotateY(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
}

@-webkit-keyframes pushReleaseFrom {
	from {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
}

@keyframes pushReleaseFrom {
	from {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
}

@-webkit-keyframes pushReleaseFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@keyframes pushReleaseFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-webkit-keyframes pushReleaseFromRight {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	30% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@keyframes pushReleaseFromRight {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	30% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@-webkit-keyframes pushReleaseFromTop {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@keyframes pushReleaseFromTop {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@-webkit-keyframes pushReleaseFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@keyframes pushReleaseFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@-webkit-keyframes pushReleaseTo {
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
	
	to {
		-webkit-transform: scale(5, 5);
		transform: scale(5, 5);
		opacity: 0;
	}
}

@keyframes pushReleaseTo {
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
	
	to {
		-webkit-transform: scale(5, 5);
		transform: scale(5, 5);
		opacity: 0;
	}
}

@-webkit-keyframes pushReleaseToLeft {
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes pushReleaseToLeft {
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes pushReleaseToRight {
	30% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes pushReleaseToRight {
	30% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes pushReleaseToTop {
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
}

@keyframes pushReleaseToTop {
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes pushReleaseToBottom {
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@keyframes pushReleaseToBottom {
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@-webkit-keyframes flipX {
	from {
		-webkit-transform: perspective(600px) rotateX(-180deg);
		transform: perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: perspective(600px) rotateX(-360deg);
		transform: perspective(600px) rotateX(-360deg);
	}
}

@keyframes flipX {
	from {
		-webkit-transform: perspective(600px) rotateX(-180deg);
		transform: perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: perspective(600px) rotateX(-360deg);
		transform: perspective(600px) rotateX(-360deg);
	}
}

@-webkit-keyframes flipXZoomIn {
	from {
		-webkit-transform: perspective(600px) rotateX(0) scale(1);
		transform: perspective(600px) rotateX(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateX(-180deg) scale(1.8);
		transform: perspective(600px) rotateX(-180deg) scale(1.8);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateX(-360deg) scale(.7);
		transform: perspective(600px) rotateX(-360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes flipXZoomIn {
	from {
		-webkit-transform: perspective(600px) rotateX(0) scale(1);
		transform: perspective(600px) rotateX(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateX(-180deg) scale(1.8);
		transform: perspective(600px) rotateX(-180deg) scale(1.8);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateX(-360deg) scale(.7);
		transform: perspective(600px) rotateX(-360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes flipXZoomOut {
	from {
		-webkit-transform: perspective(600px) rotateX(0) scale(1);
		transform: perspective(600px) rotateX(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateX(180deg) scale(1.8);
		transform: perspective(600px) rotateX(180deg) scale(1.8);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateX(360deg) scale(.7);
		transform: perspective(600px) rotateX(360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes flipXZoomOut {
	from {
		-webkit-transform: perspective(600px) rotateX(0) scale(1);
		transform: perspective(600px) rotateX(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateX(180deg) scale(1.8);
		transform: perspective(600px) rotateX(180deg) scale(1.8);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateX(360deg) scale(.7);
		transform: perspective(600px) rotateX(360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes flipY {
	from {
		-webkit-transform: perspective(600px) rotateY(180deg);
		transform: perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: perspective(600px) rotateY(360deg);
		transform: perspective(600px) rotateY(360deg);
	}
}

@keyframes flipY {
	from {
		-webkit-transform: perspective(600px) rotateY(180deg);
		transform: perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: perspective(600px) rotateY(360deg);
		transform: perspective(600px) rotateY(360deg);
	}
}

@-webkit-keyframes flipYZoomIn {
	from {
		-webkit-transform: perspective(600px) rotateY(0) scale(1);
		transform: perspective(600px) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateY(180deg) scale(1.6);
		transform: perspective(600px) rotateY(180deg) scale(1.6);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateY(360deg) scale(.7);
		transform: perspective(600px) rotateY(360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes flipYZoomIn {
	from {
		-webkit-transform: perspective(600px) rotateY(0) scale(1);
		transform: perspective(600px) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateY(180deg) scale(1.6);
		transform: perspective(600px) rotateY(180deg) scale(1.6);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateY(360deg) scale(.7);
		transform: perspective(600px) rotateY(360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes flipYZoomOut {
	from {
		-webkit-transform: perspective(600px) rotateY(0) scale(1);
		transform: perspective(600px) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateY(180deg) scale(.6);
		transform: perspective(600px) rotateY(180deg) scale(.6);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateY(360deg) scale(1.8);
		transform: perspective(600px) rotateY(360deg) scale(1.8);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes flipYZoomOut {
	from {
		-webkit-transform: perspective(600px) rotateY(0) scale(1);
		transform: perspective(600px) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateY(180deg) scale(.6);
		transform: perspective(600px) rotateY(180deg) scale(.6);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateY(360deg) scale(1.8);
		transform: perspective(600px) rotateY(360deg) scale(1.8);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes skewLeft {
	70% {
		-webkit-transform: skewX(40deg);
		transform: skewX(40deg);
	}
}

@keyframes skewLeft {
	70% {
		-webkit-transform: skewX(40deg);
		transform: skewX(40deg);
	}
}

@-webkit-keyframes skewRight {
	70% {
		-webkit-transform: skewX(-40deg);
		transform: skewX(-40deg);
	}
}

@keyframes skewRight {
	70% {
		-webkit-transform: skewX(-40deg);
		transform: skewX(-40deg);
	}
}

@-webkit-keyframes skewInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) skewX(-40deg);
		transform: translateX(-100%) skewX(-40deg);
	}
	
	70% {
		-webkit-transform: skewX(-30deg);
		transform: skewX(-30deg);
	}
}

@keyframes skewInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) skewX(-40deg);
		transform: translateX(-100%) skewX(-40deg);
	}
	
	70% {
		-webkit-transform: skewX(-30deg);
		transform: skewX(-30deg);
	}
}

@-webkit-keyframes skewInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) skewX(40deg);
		transform: translateX(100%) skewX(40deg);
	}
	
	70% {
		-webkit-transform: skewX(30deg);
		transform: skewX(30deg);
	}
}

@keyframes skewInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) skewX(40deg);
		transform: translateX(100%) skewX(40deg);
	}
	
	70% {
		-webkit-transform: skewX(30deg);
		transform: skewX(30deg);
	}
}

@-webkit-keyframes skewOutLeft {
	20% {
		-webkit-transform: skewX(40deg);
		transform: skewX(40deg);
	}
	
	to {
		-webkit-transform: translateX(-100%) skewX(40deg);
		transform: translateX(-100%) skewX(40deg);
		opacity: 0;
	}
}

@keyframes skewOutLeft {
	20% {
		-webkit-transform: skewX(40deg);
		transform: skewX(40deg);
	}
	
	to {
		-webkit-transform: translateX(-100%) skewX(40deg);
		transform: translateX(-100%) skewX(40deg);
		opacity: 0;
	}
}

@-webkit-keyframes skewOutRight {
	20% {
		-webkit-transform: skewX(-40deg);
		transform: skewX(-40deg);
	}
	
	to {
		-webkit-transform: translateX(100%) skewX(-40deg);
		transform: translateX(100%) skewX(-40deg);
		opacity: 0;
	}
}

@keyframes skewOutRight {
	20% {
		-webkit-transform: skewX(-40deg);
		transform: skewX(-40deg);
	}
	
	to {
		-webkit-transform: translateX(100%) skewX(-40deg);
		transform: translateX(100%) skewX(-40deg);
		opacity: 0;
	}
}

@-webkit-keyframes pullRelease {
	15% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
	}
}

@keyframes pullRelease {
	15% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
	}
}

@-webkit-keyframes pushRelease {
	15% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@keyframes pushRelease {
	15% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@-webkit-keyframes swingInLeft {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, -800, 0);
		transform: matrix(3, 0, 0, 3, -800, 0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 20, 0);
		transform: matrix(1.3, 0, 0, 1.3, 20, 0);
	}
}

@keyframes swingInLeft {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, -800, 0);
		transform: matrix(3, 0, 0, 3, -800, 0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 20, 0);
		transform: matrix(1.3, 0, 0, 1.3, 20, 0);
	}
}

@-webkit-keyframes swingInRight {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 800, 0);
		transform: matrix(3, 0, 0, 3, 800, 0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, -20, 0);
		transform: matrix(1.3, 0, 0, 1.3, -20, 0);
	}
}

@keyframes swingInRight {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 800, 0);
		transform: matrix(3, 0, 0, 3, 800, 0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, -20, 0);
		transform: matrix(1.3, 0, 0, 1.3, -20, 0);
	}
}

@-webkit-keyframes swingInTop {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 0, -800);
		transform: matrix(3, 0, 0, 3, 0, -800);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 20);
		transform: matrix(1.3, 0, 0, 1.3, 0, 20);
	}
}

@keyframes swingInTop {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 0, -800);
		transform: matrix(3, 0, 0, 3, 0, -800);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 20);
		transform: matrix(1.3, 0, 0, 1.3, 0, 20);
	}
}

@-webkit-keyframes swingInBottom {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 0, 800);
		transform: matrix(3, 0, 0, 3, 0, 800);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 0, -20);
		transform: matrix(1.3, 0, 0, 1.3, 0, -20);
	}
}

@keyframes swingInBottom {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 0, 800);
		transform: matrix(3, 0, 0, 3, 0, 800);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 0, -20);
		transform: matrix(1.3, 0, 0, 1.3, 0, -20);
	}
}

@-webkit-keyframes elevateLeft {
	from {
		-webkit-transform: translateY(100%) rotate(-20deg);
		transform: translateY(100%) rotate(-20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	40% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@keyframes elevateLeft {
	from {
		-webkit-transform: translateY(100%) rotate(-20deg);
		transform: translateY(100%) rotate(-20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	40% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@-webkit-keyframes elevateRight {
	from {
		-webkit-transform: translateY(100%) rotate(20deg);
		transform: translateY(100%) rotate(20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@keyframes elevateRight {
	from {
		-webkit-transform: translateY(100%) rotate(20deg);
		transform: translateY(100%) rotate(20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@-webkit-keyframes rollFromLeft {
	from {
		-webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
		transform: translateX(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@keyframes rollFromLeft {
	from {
		-webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
		transform: translateX(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes rollFromRight {
	from {
		-webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
		transform: translateX(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@keyframes rollFromRight {
	from {
		-webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
		transform: translateX(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes rollFromTop {
	from {
		-webkit-transform: translateY(-100%) perspective(600px) rotateY(180deg);
		transform: translateY(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateY(0);
		transform: translateY(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@keyframes rollFromTop {
	from {
		-webkit-transform: translateY(-100%) perspective(600px) rotateY(180deg);
		transform: translateY(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateY(0);
		transform: translateY(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes rollFromBottom {
	from {
		-webkit-transform: translateY(100%) perspective(600px) rotateY(-180deg);
		transform: translateY(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateY(0);
		transform: translateY(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@keyframes rollFromBottom {
	from {
		-webkit-transform: translateY(100%) perspective(600px) rotateY(-180deg);
		transform: translateY(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateY(0);
		transform: translateY(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes rollToLeft {
	from {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
		transform: translateX(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes rollToLeft {
	from {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
		transform: translateX(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes rollToRight {
	from {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
		transform: translateX(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@keyframes rollToRight {
	from {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
		transform: translateX(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes rollToTop {
	from {
		-webkit-transform: translateY(0) perspective(600px) rotateX(0);
		transform: translateY(0) perspective(600px) rotateX(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateY(-100%) perspective(600px) rotateX(180deg);
		transform: translateY(-100%) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@keyframes rollToTop {
	from {
		-webkit-transform: translateY(0) perspective(600px) rotateX(0);
		transform: translateY(0) perspective(600px) rotateX(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateY(-100%) perspective(600px) rotateX(180deg);
		transform: translateY(-100%) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes rollToBottom {
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateX(0);
		transform: translateY(0) perspective(600px) rotateX(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateY(100%) perspective(600px) rotateX(-180deg);
		transform: translateY(100%) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@keyframes rollToBottom {
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateX(0);
		transform: translateY(0) perspective(600px) rotateX(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateY(100%) perspective(600px) rotateX(-180deg);
		transform: translateY(100%) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

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

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

@-webkit-keyframes rotateX {
	from {
		-webkit-transform: perspective(600px) rotateX(0);
		transform: perspective(600px) rotateX(0);
	}
	
	to {
		-webkit-transform: perspective(600px) rotateX(90deg);
		transform: perspective(600px) rotateX(90deg);
	}
}

@keyframes rotateX {
	from {
		-webkit-transform: perspective(600px) rotateX(0);
		transform: perspective(600px) rotateX(0);
	}
	
	to {
		-webkit-transform: perspective(600px) rotateX(90deg);
		transform: perspective(600px) rotateX(90deg);
	}
}

@-webkit-keyframes rotateXIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
}

@keyframes rotateXIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
}

@-webkit-keyframes rotateXOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
}

@keyframes rotateXOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateY {
	from {
		-webkit-transform: perspective(600px) rotateY(0);
		transform: perspective(600px) rotateY(0);
	}
	
	to {
		-webkit-transform: perspective(600px) rotateY(90deg);
		transform: perspective(600px) rotateY(90deg);
	}
}

@keyframes rotateY {
	from {
		-webkit-transform: perspective(600px) rotateY(0);
		transform: perspective(600px) rotateY(0);
	}
	
	to {
		-webkit-transform: perspective(600px) rotateY(90deg);
		transform: perspective(600px) rotateY(90deg);
	}
}

@-webkit-keyframes rotateYIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
}

@keyframes rotateYIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
}

@-webkit-keyframes rotateYOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
}

@keyframes rotateYOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(0);
		transform: translateX(-100%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@keyframes rotateInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(0);
		transform: translateX(-100%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@-webkit-keyframes rotateInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(0);
		transform: translateX(100%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(-360deg);
		transform: translateX(0) rotate(-360deg);
	}
}

@keyframes rotateInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(0);
		transform: translateX(100%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(-360deg);
		transform: translateX(0) rotate(-360deg);
	}
}

@-webkit-keyframes rotateInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-400%) rotate(0);
		transform: translateY(-400%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@keyframes rotateInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-400%) rotate(0);
		transform: translateY(-400%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@-webkit-keyframes rotateInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(400%) rotate(0);
		transform: translateY(400%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@keyframes rotateInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(400%) rotate(0);
		transform: translateY(400%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@-webkit-keyframes rotateOutLeft {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateX(-800px) rotate(0);
		transform: translateX(-800px) rotate(0);
		opacity: 0;
	}
}

@keyframes rotateOutLeft {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateX(-800px) rotate(0);
		transform: translateX(-800px) rotate(0);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutRight {
	from {
		-webkit-transform: translateX(0) rotate(-360deg);
		transform: translateX(0) rotate(-360deg);
	}
	
	to {
		-webkit-transform: translateX(800px) rotate(0);
		transform: translateX(800px) rotate(0);
		opacity: 0;
	}
}

@keyframes rotateOutRight {
	from {
		-webkit-transform: translateX(0) rotate(-360deg);
		transform: translateX(0) rotate(-360deg);
	}
	
	to {
		-webkit-transform: translateX(800px) rotate(0);
		transform: translateX(800px) rotate(0);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutTop {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateY(-800px) rotate(0);
		transform: translateY(-800px) rotate(0);
		opacity: 0;
	}
}

@keyframes rotateOutTop {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateY(-800px) rotate(0);
		transform: translateY(-800px) rotate(0);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutBottom {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(0);
		transform: translateY(800px) rotate(0);
		opacity: 0;
	}
}

@keyframes rotateOutBottom {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(0);
		transform: translateY(800px) rotate(0);
		opacity: 0;
	}
}

@-webkit-keyframes spinToLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes spinToLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinToRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes spinToRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinToTop {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes spinToTop {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinToBottom {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes spinToBottom {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinFromLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes spinFromLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinFromRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes spinFromRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinFromTop {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes spinFromTop {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinFromBottom {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes spinFromBottom {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes blurIn {
	from {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes blurIn {
	from {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes blurInLeft {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes blurInLeft {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes blurInRight {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes blurInRight {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes blurInTop {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes blurInTop {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes blurInBottom {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes blurInBottom {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes blurOut {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes blurOut {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes blurOutLeft {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes blurOutLeft {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes blurOutRight {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes blurOutRight {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes blurOutTop {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes blurOutTop {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes blurOutBottom {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes blurOutBottom {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes bounceFromTop {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
		transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounceFromTop {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
		transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@-webkit-keyframes bounceFromDown {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
}

@keyframes bounceFromDown {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
}

@-webkit-keyframes bounceX {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1.8, 1, 1);
		transform: scale3d(1.8, 1, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1.5, 1, 1);
		transform: scale3d(1.5, 1, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1.1, 1, 1);
		transform: scale3d(1.1, 1, 1);
	}
}

@keyframes bounceX {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1.8, 1, 1);
		transform: scale3d(1.8, 1, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1.5, 1, 1);
		transform: scale3d(1.5, 1, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1.1, 1, 1);
		transform: scale3d(1.1, 1, 1);
	}
}

@-webkit-keyframes bounceY {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 2, 1);
		transform: scale3d(1, 2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 1.5, 1);
		transform: scale3d(1, 1.5, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1, 1.1, 1);
		transform: scale3d(1, 1.1, 1);
	}
}

@keyframes bounceY {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 2, 1);
		transform: scale3d(1, 2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 1.5, 1);
		transform: scale3d(1, 1.5, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1, 1.1, 1);
		transform: scale3d(1, 1.1, 1);
	}
}

@-webkit-keyframes bounceZoomIn {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes bounceZoomIn {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes bounceZoomOut {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	90% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes bounceZoomOut {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	90% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@-webkit-keyframes bounceInTop {
	0% {
		-webkit-transform: translate3d(0, -300%, 0);
		transform: translate3d(0, -300%, 0);
	}
	
	58% {
		-webkit-transform: translate3d(0, 27px, 0);
		transform: translate3d(0, 27px, 0);
	}
	
	73% {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0);
	}
	
	88% {
		-webkit-transform: translate3d(0, 7px, 0);
		transform: translate3d(0, 7px, 0);
	}
}

@keyframes bounceInTop {
	0% {
		-webkit-transform: translate3d(0, -300%, 0);
		transform: translate3d(0, -300%, 0);
	}
	
	58% {
		-webkit-transform: translate3d(0, 27px, 0);
		transform: translate3d(0, 27px, 0);
	}
	
	73% {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0);
	}
	
	88% {
		-webkit-transform: translate3d(0, 7px, 0);
		transform: translate3d(0, 7px, 0);
	}
}

@-webkit-keyframes bounceInBottom {
	0% {
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0);
	}
	
	58% {
		-webkit-transform: translate3d(0, -27px, 0);
		transform: translate3d(0, -27px, 0);
	}
	
	73% {
		-webkit-transform: translate3d(0, 12px, 0);
		transform: translate3d(0, 12px, 0);
	}
	
	88% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
}

@keyframes bounceInBottom {
	0% {
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0);
	}
	
	58% {
		-webkit-transform: translate3d(0, -27px, 0);
		transform: translate3d(0, -27px, 0);
	}
	
	73% {
		-webkit-transform: translate3d(0, 12px, 0);
		transform: translate3d(0, 12px, 0);
	}
	
	88% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
}

@-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) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@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) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-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) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@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) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes bounceOutTop {
	18%, 33%, 48% {
		opacity: 1;
	}
	
	18% {
		-webkit-transform: translate3d(0, 27px, 0);
		transform: translate3d(0, 27px, 0);
	}
	
	33% {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0);
	}
	
	48% {
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -300%, 0);
		transform: translate3d(0, -300%, 0);
	}
}

@keyframes bounceOutTop {
	18%, 33%, 48% {
		opacity: 1;
	}
	
	18% {
		-webkit-transform: translate3d(0, 27px, 0);
		transform: translate3d(0, 27px, 0);
	}
	
	33% {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0);
	}
	
	48% {
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -300%, 0);
		transform: translate3d(0, -300%, 0);
	}
}

@-webkit-keyframes bounceOutBottom {
	18%, 33%, 48% {
		opacity: 1;
	}
	
	18% {
		-webkit-transform: translate3d(0, -27px, 0);
		transform: translate3d(0, -27px, 0);
	}
	
	33% {
		-webkit-transform: translate3d(0, 12px, 0);
		transform: translate3d(0, 12px, 0);
	}
	
	48% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0);
	}
}

@keyframes bounceOutBottom {
	18%, 33%, 48% {
		opacity: 1;
	}
	
	18% {
		-webkit-transform: translate3d(0, -27px, 0);
		transform: translate3d(0, -27px, 0);
	}
	
	33% {
		-webkit-transform: translate3d(0, 12px, 0);
		transform: translate3d(0, 12px, 0);
	}
	
	48% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0);
	}
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@-webkit-keyframes perspectiveToTop {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		opacity: 0;
	}
}

@keyframes perspectiveToTop {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		opacity: 0;
	}
}

@-webkit-keyframes perspectiveToBottom {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		opacity: 0;
	}
}

@keyframes perspectiveToBottom {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		opacity: 0;
	}
}

@-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;
	}
}

@-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);
	}
}

@-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);
	}
}

@-webkit-keyframes zoomInTop {
	from {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@keyframes zoomInTop {
	from {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@-webkit-keyframes zoomInBottom {
	from {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@keyframes zoomInBottom {
	from {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@-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;
	}
}

@-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);
	}
}

@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-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);
	}
}

@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-keyframes zoomOutTop {
	to {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@keyframes zoomOutTop {
	to {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@-webkit-keyframes zoomOutBottom {
	to {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@keyframes zoomOutBottom {
	to {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@-webkit-keyframes ekitRevealInTop {
	from {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes ekitRevealInTop {
	from {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@-webkit-keyframes ekitRevealInBottom {
	from {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes ekitRevealInBottom {
	from {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@-webkit-keyframes ekitRevealInLeft {
	from {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@keyframes ekitRevealInLeft {
	from {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@-webkit-keyframes ekitRevealInRight {
	from {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@keyframes ekitRevealInRight {
	from {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

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

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

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

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem;
}

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

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

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

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

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.ekit-wid-con .product-filter-area {
	margin-bottom: 30px;
}

.ekit-wid-con .product-filter-wraper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ekit-wid-con .product-filter-wraper .woocommerce-ordering {
	margin-right: 50px;
	margin-bottom: 0;
}

.ekit-wid-con .woocommerce-ordering {
	position: relative;
	z-index: 10;
}

.ekit-wid-con .woocommerce-ordering .shop-filter-title {
	color: #777;
	font-size: 14px;
	position: relative;
	top: 9px;
	padding-right: 50px;
}

.ekit-wid-con .tab-filter .nav-tabs .nav-item .nav-link {
	border: 0;
	color: #777;
	font-size: 18px;
	padding: 10px;
}

.ekit-wid-con .tab-filter .nav-tabs .nav-item .nav-link.active {
	color: #2575fc;
	background-color: transparent;
}

.ekit-wid-con iframe {
	border: none;
}

.ekit-wid-con a {
	text-decoration: none;
}

.ekit-wid-con a, .ekit-wid-con b, .ekit-wid-con div, .ekit-wid-con li, .ekit-wid-con ul {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}

.ekit-wid-con a:active, .ekit-wid-con a:focus, .ekit-wid-con input, .ekit-wid-con input:active, .ekit-wid-con input:focus, .ekit-wid-con input:hover, .ekit-wid-con textarea, .ekit-wid-con textarea:active, .ekit-wid-con textarea:focus, .ekit-wid-con textarea:hover {
	-moz-outline: none;
	outline: 0;
}

.ekit-wid-con a:active, .ekit-wid-con a:focus, .ekit-wid-con a:hover, .ekit-wid-con a:visited {
	outline: 0;
	text-decoration: none;
}

.ekit-wid-con embed, .ekit-wid-con img:not([draggable]), .ekit-wid-con object, .ekit-wid-con video {
	max-width: 100%;
	height: auto;
}

.ekit-wid-con [type=button]:focus:not(:focus-visible), .ekit-wid-con [type=submit]:focus:not(:focus-visible), .ekit-wid-con button:focus:not(:focus-visible) {
	outline: 0;
}

.ekit-wid-con a:focus-visible, .ekit-wid-con button:focus-visible, .ekit-wid-con input:focus-visible, .ekit-wid-con textarea:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}

.ekit-wid-con img {
	border: none;
	max-width: 100%;
}

.ekit-wid-con li, .ekit-wid-con ul {
	margin: 0;
	padding: 0;
}

.ekit-wid-con .elementor-text-editor ol, .ekit-wid-con .elementor-text-editor ul {
	padding-left: 18px;
}

.ekit-wid-con h4, .ekit-wid-con p {
	margin-bottom: 10px;
}

.ekit-wid-con svg {
	width: 1em;
	height: 1em;
}

.ekit-wid-con .clear-both::after, .ekit-wid-con .clear-both::before {
	display: table;
	content: "";
	clear: both;
}

.ekit-wid-con .text-left {
	text-align: left !important;
}

.ekit-wid-con .text-right {
	text-align: right !important;
}

.ekit-wid-con .text-center {
	text-align: center !important;
}

.ekit-wid-con .ekit-flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.ekit-wid-con .ekit-flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.ekit-wid-con .ekit-flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.ekit-wid-con .ekit-flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.ekit-wid-con .tab-content > .tab-pane {
	font-family: inherit;
}

.ekit-wid-con .elementskit-border-divider {
	left: 13px;
}

.ekit-wid-con .elementskit-border-divider.elementskit-style-long {
	left: inherit;
}

.ekit-wid-con .elementskit-border-divider::before {
	left: -26px;
}

.ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
	z-index: 1000;
}

.ekit-wid-con .elementskit-navbar-nav-default .elementskit-navbar-nav > li > a:hover {
	background-color: transparent;
}

.ekit-wid-con .elementor-icon-list-item a > img {
	width: 100px;
	margin-right: 15px;
}

.ekit-wid-con .elementor-icon-list-item .meta-lists {
	line-height: 1;
}

.ekit-wid-con .elementor-icon-list-item .meta-lists svg {
	max-width: 12px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .elementor-icon-list-item .meta-lists > span {
	color: #7f8595;
	font-size: 12px;
	display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-item .elementor-icon-list-text {
	display: block;
	margin-bottom: 0;
}

.ekit-wid-con .dialog-type-lightbox .dialog-widget-content {
	width: 100%;
}

.ekit-wid-con .nf-form-content .listselect-wrap .nf-field-element div, .ekit-wid-con .nf-form-content input.ninja-forms-field, .ekit-wid-con .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 100%;
}

.ekit-wid-con .nf-form-content .list-select-wrap > div div::after {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: normal;
}

.ekit-wid-con .nf-error.field-wrap .nf-field-element::after, .ekit-wid-con .nf-pass.field-wrap .nf-field-element::after {
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: normal;
}

.ekit-wid-con .nf-form-content button, .ekit-wid-con .nf-form-content input[type=button], .ekit-wid-con .nf-form-content input[type=submit] {
	cursor: pointer;
}

.ekit-wid-con .nf-response-msg > p {
	line-height: normal;
}

.ekit-wid-con textarea.ninja-forms-field {
	display: block;
}

.ekit-wid-con .nf-form-content .list-select-wrap > div div {
	border: none;
}

.ekit-wid-con .nf-form-content .list-select-wrap > div select {
	border: 1px solid #c4c4c4;
}

.ekit-wid-con .column-count-1 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.ekit-wid-con .column-count-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.ekit-wid-con .column-count-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.ekit-wid-con .column-count-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.ekit-wid-con .column-count-5 {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}

.ekit-wid-con .column-count-6 {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
}

.ekit-wid-con .ekit-img-overlay {
	position: relative;
	z-index: 0;
}

.ekit-wid-con .ekit-img-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.ekit-wid-con .ekit-wrapper-link {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 10;
}

.ekit-wid-con .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width:1025px) {
	.ekit-wid-con .default_menu_position .elementor-column, .ekit-wid-con .default_menu_position .elementor-widget, .ekit-wid-con .default_menu_position .elementor-widget-wrap, .ekit-wid-con .default_menu_position .elementskit-navbar-nav-default.elementskit-menu-container {
		position: static;
	}
	
	.ekit-wid-con .default_menu_position .elementskit-menu-po-right .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width .elementskit-megamenu-panel, .ekit-wid-con .default_menu_position .elementskit-menu-po-right .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width .elementskit-megamenu-panel, .ekit-wid-con .elementskit-navbar-nav-default .elementskit-menu-po-right .relative_position.elementskit-megamenu-has .elementskit-megamenu-panel {
		right: 0;
		left: auto;
	}
	
	.ekit-wid-con .elementskit-navbar-nav-default .elementskit-megamenu-has .elementskit-megamenu-panel {
		-webkit-transition: transform .4s ease;
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
	}
	
	.ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width .elementskit-megamenu-panel, .ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width .elementskit-megamenu-panel {
		-webkit-transform: translateY(-10px) translateX(-50%);
		transform: translateY(-10px) translateX(-50%);
		left: 50%;
	}
	
	.ekit-wid-con .default_menu_position .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width:hover > .elementskit-megamenu-panel, .ekit-wid-con .default_menu_position .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width:hover > .elementskit-megamenu-panel {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
		left: 50%;
	}
	
	.ekit-wid-con body.is-vertical-menu-active .ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
		z-index: 9;
	}
	
	.ekit-wid-con body.is-vertical-menu-active .vertical-menu-active .xs-vertical-menu-backdrop {
		z-index: 150;
	}
	
	.ekit-wid-con body.is-vertical-menu-active .ekit-vertical-menu-tigger {
		z-index: 160;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .ekit-vertical-navbar-nav .elementskit-submenu-indicator {
		padding: 3px 10px;
		border: 1px solid;
		border-radius: 30px;
	}
}

.ekit-wid-con .xs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	z-index: 0;
}

.ekit-wid-con .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .swiper-container {
	width: inherit;
	height: inherit;
}

.ekit-wid-con .swiper-container.ekit-main-swiper, .ekit-wid-con .swiper.ekit-main-swiper {
	position: static;
}

.ekit-wid-con .swiper .swiper-navigation-button, .ekit-wid-con .swiper-container .swiper-navigation-button {
	background: rgba(0, 0, 0, 0);
	width: auto;
	height: auto;
}

.ekit-wid-con .swiper .swiper-navigation-button::after, .ekit-wid-con .swiper-container .swiper-navigation-button::after {
	display: none;
}

.ekit-wid-con .tab-pane.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.ekit-wid-con .mfp-iframe-scaler iframe {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
}

.ekit-wid-con img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ekit-wid-con .image-switcher .content-image {
	position: relative;
}

.ekit-wid-con .image-switcher .content-image .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.ekit-wid-con .image-switcher:hover .content-image .main-image {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.ekit-wid-con .image-switcher:hover .content-image .hover-image {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.ekit-wid-con .fill-icon {
	display: inline-block;
	background-color: #2575fc;
	color: #fff;
	font-size: 40px;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .fill-icon.round {
	border-radius: 50%;
}

.ekit-wid-con .fill-icon.style-light {
	background-color: #f5f5f5;
	color: #000;
}

.ekit-wid-con button {
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .form-control {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ekit-wid-con .widgetarea_warper_edit {
	display: none;
}

.ekit-wid-con .swiper-pagination-bullet {
	opacity: inherit;
	background-color: inherit;
}

.ekit-wid-con [data-ajax-post-id]:not(.is--loaded):before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 20px auto;
	border-style: solid;
	border-width: 3px;
	border-color: #acacac #ddd #ddd;
	border-radius: 50%;
	-webkit-animation: eicon-spin 1.5s infinite linear;
	animation: eicon-spin 1.5s infinite linear;
}

.ekit-wid-con .ekit-row {
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ekit-wid-con .ekit-col-1 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.ekit-wid-con .ekit-col-2 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.ekit-wid-con .ekit-col-3 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.ekit-wid-con .ekit-col-4 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.ekit-wid-con .ekit-col-5 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.ekit-wid-con .ekit-col-6 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.ekit-wid-con .ekit-col-7 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.ekit-wid-con .ekit-col-8 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.ekit-wid-con .ekit-col-9 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.ekit-wid-con .ekit-col-10 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.ekit-wid-con .ekit-col-11 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.ekit-wid-con .ekit-col-12 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width:1024px) {
	.ekit-wid-con .ekit-col-1 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-2 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-3 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-4 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-5 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-6 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-7 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-8 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-9 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-10 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-11 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-12 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .ekit-col-1 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-2 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-3 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-4 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-5 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-6 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-7 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-8 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-9 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-10 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-11 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-12 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .ekit-col-tablet-1 {
		-webkit-column-count: 12;
		-moz-column-count: 12;
		column-count: 12;
	}
	
	.ekit-wid-con .ekit-col-tablet-2 {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
	
	.ekit-wid-con .ekit-col-tablet-3 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	
	.ekit-wid-con .ekit-col-tablet-4 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	
	.ekit-wid-con .ekit-col-tablet-5 {
		-webkit-column-count: 2.4;
		-moz-column-count: 2.4;
		column-count: 2.4;
	}
	
	.ekit-wid-con .ekit-col-tablet-6 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.ekit-wid-con .ekit-col-tablet-7 {
		-webkit-column-count: 1.7142857143;
		-moz-column-count: 1.7142857143;
		column-count: 1.7142857143;
	}
	
	.ekit-wid-con .ekit-col-tablet-8 {
		-webkit-column-count: 1.5;
		-moz-column-count: 1.5;
		column-count: 1.5;
	}
	
	.ekit-wid-con .ekit-col-tablet-9 {
		-webkit-column-count: 1.3333333333;
		-moz-column-count: 1.3333333333;
		column-count: 1.3333333333;
	}
	
	.ekit-wid-con .ekit-col-tablet-10 {
		-webkit-column-count: 1.2;
		-moz-column-count: 1.2;
		column-count: 1.2;
	}
	
	.ekit-wid-con .ekit-col-tablet-11 {
		-webkit-column-count: 1.0909090909;
		-moz-column-count: 1.0909090909;
		column-count: 1.0909090909;
	}
	
	.ekit-wid-con .ekit-col-tablet-12 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .ekit-col-mobile-1 {
		-webkit-column-count: 12;
		-moz-column-count: 12;
		column-count: 12;
	}
	
	.ekit-wid-con .ekit-col-mobile-2 {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
	
	.ekit-wid-con .ekit-col-mobile-3 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	
	.ekit-wid-con .ekit-col-mobile-4 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	
	.ekit-wid-con .ekit-col-mobile-5 {
		-webkit-column-count: 2.4;
		-moz-column-count: 2.4;
		column-count: 2.4;
	}
	
	.ekit-wid-con .ekit-col-mobile-6 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.ekit-wid-con .ekit-col-mobile-7 {
		-webkit-column-count: 1.7142857143;
		-moz-column-count: 1.7142857143;
		column-count: 1.7142857143;
	}
	
	.ekit-wid-con .ekit-col-mobile-8 {
		-webkit-column-count: 1.5;
		-moz-column-count: 1.5;
		column-count: 1.5;
	}
	
	.ekit-wid-con .ekit-col-mobile-9 {
		-webkit-column-count: 1.3333333333;
		-moz-column-count: 1.3333333333;
		column-count: 1.3333333333;
	}
	
	.ekit-wid-con .ekit-col-mobile-10 {
		-webkit-column-count: 1.2;
		-moz-column-count: 1.2;
		column-count: 1.2;
	}
	
	.ekit-wid-con .ekit-col-mobile-11 {
		-webkit-column-count: 1.0909090909;
		-moz-column-count: 1.0909090909;
		column-count: 1.0909090909;
	}
	
	.ekit-wid-con .ekit-col-mobile-12 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .ekit-col-tablet-1 {
		max-width: 8.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-tablet-2 {
		max-width: 16.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-tablet-3 {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.ekit-wid-con .ekit-col-tablet-4 {
		max-width: 33.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-tablet-5 {
		max-width: 41.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-tablet-6 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-tablet-7 {
		max-width: 58.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-tablet-8 {
		max-width: 66.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-tablet-9 {
		max-width: 75%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
	
	.ekit-wid-con .ekit-col-tablet-10 {
		max-width: 83.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-tablet-11 {
		max-width: 91.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-tablet-12 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .ekit-col-mobile-1 {
		max-width: 8.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-mobile-2 {
		max-width: 16.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-mobile-3 {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.ekit-wid-con .ekit-col-mobile-4 {
		max-width: 33.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-mobile-5 {
		max-width: 41.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-mobile-6 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-mobile-7 {
		max-width: 58.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-mobile-8 {
		max-width: 66.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-mobile-9 {
		max-width: 75%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
	
	.ekit-wid-con .ekit-col-mobile-10 {
		max-width: 83.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-mobile-11 {
		max-width: 91.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-mobile-12 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.ekit-wid-con .fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.ekit-wid-con .fade.in {
	opacity: 1;
}

.ekit-wid-con .collapse {
	display: none;
}

.ekit-wid-con .collapse.in {
	display: block;
}

.ekit-wid-con .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.ekit-wid-con .nav-tabs {
	border-bottom: 1px solid #ddd;
}

.ekit-wid-con .nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.ekit-wid-con .nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.ekit-wid-con .nav-tabs > li.active > a, .ekit-wid-con .nav-tabs > li.active > a:focus, .ekit-wid-con .nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.ekit-wid-con .tab-content > .tab-pane {
	display: none;
}

.ekit-wid-con .tab-content > .active {
	display: block;
}

.ekit-wid-con .clearfix::after, .ekit-wid-con .clearfix::before, .ekit-wid-con .nav::after, .ekit-wid-con .nav::before, .ekit-wid-con .row::after, .ekit-wid-con .row::before {
	display: table;
	content: " ";
}

.ekit-wid-con .clearfix::after, .ekit-wid-con .nav::after, .ekit-wid-con .row::after {
	clear: both;
}

.ekit-wid-con .hide {
	display: none !important;
}

.ekit-wid-con .show {
	display: block !important;
}

#wp-admin-bar-elementor_edit_page-default:empty {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.ekit-template-content-header .elementor-section, .ekit-template-content-header .panel-row-style {
	-webkit-transform: none;
}

.nav-alignment-dynamic, .nav-alignment-flex-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementskit-menu-container {
	z-index: 10000;
}

.elementskit-navbar-nav > li > a .ekit-menu-icon {
	padding-right: 5px;
}

.ekit-menu-badge {
	position: absolute;
	top: 5px;
	left: 50%;
	background-color: #bbb;
	color: #fff;
	font-size: 16px;
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 8px;
	line-height: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 10;
}

.ekit-menu-badge > .ekit-menu-badge-arrow {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: solid transparent;
	border-right: solid transparent;
	border-top: solid #bbb;
	border-bottom: solid transparent;
	border-width: 6px;
}

.elementskit-dropdown li {
	position: relative;
}

.elementskit-dropdown .ekit-menu-badge {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.elementskit-navbar-nav-default .elementskit-navbar-nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-left: 0;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li {
	position: relative;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a:hover {
	text-decoration: none;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li.elementskit-megamenu-has {
	position: static;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-transform: none;
	font-weight: 500;
	letter-spacing: normal;
}

.elementskit-navbar-nav-default .elementskit-dropdown {
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #f4f4f4;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding-left: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.elementskit-navbar-nav-default .elementskit-dropdown > li > .elementskit-dropdown {
	left: 100%;
	top: 0;
}

.elementskit-navbar-nav-default .elementskit-dropdown > li > .elementskit-dropdown.open-fromleft {
	left: auto;
	right: 100%;
}

.elementskit-navbar-nav-default .elementskit-submenu-panel > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-dropdown li:hover > a, .elementskit-navbar-nav-default .elementskit-navbar-nav > .elementskit-dropdown li > a:hover {
	color: #1e73be;
	background-color: #fff;
}

.elementskit-navbar-nav-default .elementskit-submenu-panel > li:hover > a, .elementskit-navbar-nav-default .elementskit-submenu-panel > li > a:hover {
	color: #0d3a4f;
	background-color: rgba(255, 255, 255, .5);
}

.elementskit-navbar-nav-default .elementskit-megamenu-panel {
	width: 100%;
}

.elementskit-navbar-nav-default .elementskit-overlay {
	display: none;
}

.elementskit-navbar-nav-default .elementskit-nav-identity-panel {
	display: none;
}

.elementskit-navbar-nav-default button.elementskit-menu-close {
	border: 1px solid rgba(0, 0, 0, .5);
	color: rgba(51, 51, 51, .5);
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has > a {
	position: relative;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
	font-weight: 900;
	font-style: normal;
	margin-left: 6px;
	display: block;
	float: right;
	cursor: pointer;
	position: relative;
	font-size: 11px;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator.icon-none {
	display: none;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator.ekit-spinner {
	width: 1em;
	height: 1em;
	border: 2px solid color-mix(in srgb, currentColor 25%, transparent);
	border-bottom-color: currentColor;
	border-radius: 50%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: ekit_ajax_spinner_rotation 1s linear infinite;
	animation: ekit_ajax_spinner_rotation 1s linear infinite;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator.ekit-spinner::before {
	content: "";
	display: none;
}

@media (max-width:1024px) {
	.elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator.ekit-spinner {
		padding: 4px 4px;
		margin-right: 10px;
	}
}

@media (max-width:1024px) {
	.elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
		padding: 4px 15px;
	}
}

@media (max-width:1024px) {
	.elementskit-navbar-nav-default .elementskit-dropdown-has > a svg.elementskit-submenu-indicator {
		width: auto;
		height: auto;
		max-width: 42px;
		max-height: 42px;
	}
}

.elementskit-navbar-nav-default.elementskit-menu-container {
	background: rgba(255, 255, 255, 0);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	position: relative;
	height: 100px;
	z-index: 90000;
}

.elementskit-navbar-nav-default .elementskit-dropdown {
	min-width: 250px;
	margin-left: 0;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
	font-size: 15px;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-justified {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width:1025px) {
	.elementskit-navbar-nav-default .elementskit-dropdown {
		-webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
		max-height: none;
		z-index: 999;
	}
	
	.elementskit-navbar-nav-default .elementskit-megamenu-panel {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: 100%;
		display: block;
		z-index: 999;
	}
}

@media (min-width:1025px) {
	.elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover > .elementskit-megamenu-panel {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}
}

.elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has .elementskit-dropdown {
	display: none;
}

.elementskit-navbar-nav-default.ekit-nav-dropdown-click .ekit-dropdown-open-onclick {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

@media (min-width:767px) {
	.elementskit-navbar-nav-default.ekit-nav-dropdown-click .elementskit-megamenu-has .elementskit-submenu-panel {
		display: none;
	}
}

@media (max-width:1024px) {
	.ekit_menu_responsive_tablet > .elementskit-navbar-nav-default {
		background-color: #f7f7f7;
	}
	
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
		width: 100%;
		position: fixed;
		top: 0;
		left: -100vw;
		height: 100%;
		-webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
		box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
		overflow-y: auto;
		overflow-x: hidden;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-transition: left .6s cubic-bezier(.6, .1, .68, .53);
		transition: left .6s cubic-bezier(.6, .1, .68, .53);
	}
	
	.elementskit-navbar-nav-default .no-scroller {
		overflow: hidden;
	}
	
	.elementskit-navbar-nav-default .elementskit-nav-identity-panel {
		display: block;
		position: relative;
		z-index: 5;
		width: 100%;
	}
	
	.elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-site-title {
		float: left;
	}
	
	.elementskit-navbar-nav-default .elementskit-nav-identity-panel button.elementskit-menu-close {
		float: right;
	}
	
	.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
		color: #000;
		font-size: 12px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
	
	.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a:hover {
		color: #0d3a4f;
	}
	
	.elementskit-navbar-nav-default .elementskit-navbar-nav > li:hover > a {
		color: #0d3a4f;
	}
	
	.elementskit-navbar-nav-default .elementskit-submenu-panel > li > a {
		color: #000;
		font-size: 12px;
		padding-top: 7px;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 7px;
	}
	
	.elementskit-navbar-nav-default .elementskit-dropdown {
		display: block;
		border: 0;
		margin-left: 0;
	}
	
	.elementskit-navbar-nav-default .elementskit-megamenu-panel {
		display: none;
	}
	
	.elementskit-navbar-nav-default .elementskit-navbar-nav > .elementskit-dropdown-has > .elementskit-dropdown li a {
		padding-left: 15px;
	}
}

@media (max-width:767px) {
	.ekit_menu_responsive_mobile > .elementskit-navbar-nav-default {
		background-color: #f7f7f7;
	}
}

@-webkit-keyframes ekit_ajax_spinner_rotation {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ekit_ajax_spinner_rotation {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media (min-width:1025px) {
	.ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
		-webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
		max-height: none;
		z-index: 999;
	}
	
	.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover > .elementskit-dropdown {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}
}

@media only screen and (max-width:1023px) and (min-width:768px) {
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover > .elementskit-dropdown, .ekit_menu_responsive_mobile .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover > .elementskit-megamenu-panel, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover > .elementskit-dropdown, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover > .elementskit-megamenu-panel {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}
}

@media only screen and (max-width:1024px) and (min-width:766px) {
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
		display: none;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
		display: block;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-panel.elementskit-dropdown-open {
		display: block;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown {
		display: none;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown ~ .elementskit-megamenu-panel {
		display: none;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open {
		display: block;
		max-height: 2500px;
		opacity: 1;
		visibility: visible;
		-webkit-transition: max-height 5s ease-out;
		transition: max-height 5s ease-out;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-navbar-nav {
		overflow-y: auto;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown > li > .elementskit-dropdown {
		left: 0;
	}
}

button.elementskit-menu-close, button.elementskit-menu-hamburger {
	display: none;
}

button.elementskit-menu-hamburger {
	color: #000;
}

@media (max-width:1024px) {
	.elementskit-menu-overlay {
		display: block;
		position: fixed;
		z-index: 14;
		top: 0;
		left: -100%;
		height: 100%;
		width: 100%;
		background-color: rgba(51, 51, 51, .5);
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all .6s cubic-bezier(.6, .1, .68, .53) .4s;
		transition: all .6s cubic-bezier(.6, .1, .68, .53) .4s;
	}
	
	.elementor-element-edit-mode .elementskit-menu-overlay {
		left: 100%;
	}
	
	button.elementskit-menu-hamburger {
		border: 1px solid rgba(0, 0, 0, .2);
		float: right;
	}
	
	button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		background-color: rgba(0, 0, 0, .5);
	}
	
	button.elementskit-menu-close, button.elementskit-menu-hamburger {
		padding: 8px;
		background-color: transparent;
		border-radius: .25rem;
		position: relative;
		z-index: 10;
		cursor: pointer;
		width: 45px;
		-webkit-transition: all .4s ease-in;
		transition: all .4s ease-in;
	}
	
	button.elementskit-menu-close .elementskit-menu-hamburger-icon, button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		height: 1px;
		width: 100%;
		display: block;
		margin-bottom: 4px;
	}
	
	button.elementskit-menu-close .elementskit-menu-hamburger-icon:last-child, button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
		margin-bottom: 0;
	}
	
	.elementskit-navbar-nav .ekit-menu-badge {
		font-size: 7px;
	}
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li > .elementskit-dropdown > li > a .ekit-menu-badge .ekit-menu-badge-arrow {
	display: none;
}

.dropdown-item, .ekit-menu-nav-link {
	position: relative;
}

.dropdown-item span.ekit-spinner, .dropdown-item > i, .dropdown-item > svg, .ekit-menu-nav-link span.ekit-spinner, .ekit-menu-nav-link > i, .ekit-menu-nav-link > svg {
	margin-right: 6px;
}

.dropdown-item .icon-none, .ekit-menu-nav-link .icon-none {
	display: none !important;
}

@-webkit-keyframes xs-zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes xs-zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.xs-zoomIn {
	-webkit-animation-name: xs-zoomIn;
	animation-name: xs-zoomIn;
}

.elementskit-nav-logo {
	display: inline-block;
}

@media (max-width:1024px) {
	.elementor-widget-ekit-nav-menu {
		-webkit-animation: none !important;
		animation: none !important;
	}
	
	.ekit-wid-con:not(.ekit_menu_responsive_mobile) .elementskit-navbar-nav {
		display: block;
	}
}

@media (max-width:1024px) {
	button.elementskit-menu-close, button.elementskit-menu-hamburger {
		display: block;
	}
	
	.elementskit-menu-container {
		max-width: 350px;
	}
	
	.elementskit-menu-overlay.active {
		left: 0;
		-webkit-transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s;
		transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s;
	}
	
	.elementskit-menu-offcanvas-elements {
		height: 100% !important;
	}
	
	.elementskit-menu-offcanvas-elements.active {
		left: 0;
	}
	
	.elementskit-menu-offcanvas-elements {
		padding-bottom: 10px;
	}
	
	.elementskit-dropdown {
		position: relative;
		max-height: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
		transition: max-height 2s cubic-bezier(0, 1, 0, 1);
	}
	
	.ekit_menu_responsive_tablet .ekit-menu-badge {
		position: static;
		margin-left: 10px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-transform: none;
		transform: none;
	}
	
	.ekit_menu_responsive_tablet .ekit-menu-badge > .ekit-menu-badge-arrow {
		display: none;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
		margin-left: auto;
	}
	
	.ekit_menu_responsive_tablet .elementskit-submenu-indicator {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border: 1px solid;
		border-radius: 30px;
	}
}

@media screen and (min-width:766px) and (max-width:1024px) {
	.ekit_menu_responsive_mobile .elementskit-menu-offcanvas-elements {
		position: static;
	}
	
	.ekit_menu_responsive_mobile .elementskit-nav-identity-panel {
		display: none;
	}
	
	.ekit_menu_responsive_mobile button.elementskit-menu-hamburger {
		display: none;
	}
	
	.ekit_menu_responsive_mobile .elementskit-menu-container {
		overflow-y: unset;
		overflow-x: unset;
	}
	
	.ekit_menu_responsive_mobile .elementskit-dropdown {
		-webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
		max-height: none;
		z-index: 999;
	}
	
	.ekit_menu_responsive_mobile .elementskit-megamenu-panel {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: 100%;
		display: block;
		z-index: 999;
	}
	
	.ekit_menu_responsive_mobile .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
		width: 100vw;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav > li.elementskit-megamenu-has.relative_position {
		position: relative;
	}
	
	.ekit_menu_responsive_mobile .elementskit-megamenu-panel .elementor-section-wrap > .elementor-section > .elementor-container {
		max-width: none;
	}
}

@media (max-width:767px) {
	.ekit_menu_responsive_mobile .elementskit-navbar-nav {
		display: block;
	}
	
	.ekit_menu_responsive_mobile .elementskit-dropdown {
		position: relative;
	}
	
	.ekit_menu_responsive_mobile .ekit-menu-badge {
		position: static;
		margin-left: 10px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-transform: none;
		transform: none;
	}
	
	.ekit_menu_responsive_mobile .ekit-menu-badge > .ekit-menu-badge-arrow {
		display: none;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
		margin-left: auto;
	}
	
	.ekit_menu_responsive_mobile .elementskit-submenu-indicator {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border: 1px solid;
		border-radius: 30px;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
		display: none;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
		display: block;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-megamenu-panel.elementskit-dropdown-open, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-panel.elementskit-dropdown-open {
		display: block;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown {
		display: none;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown ~ .elementskit-megamenu-panel, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown ~ .elementskit-megamenu-panel {
		display: none;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open {
		display: block;
		max-height: 2500px;
		opacity: 1;
		visibility: visible;
		-webkit-transition: max-height 5s ease-out;
		transition: max-height 5s ease-out;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-navbar-nav, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-navbar-nav {
		overflow-y: auto;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown > li > .elementskit-dropdown, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown > li > .elementskit-dropdown {
		left: 0;
	}
}

.elementskit-navbar-nav .elementskit-submenu-panel > li:hover > a > i, .elementskit-navbar-nav .elementskit-submenu-panel > li > a:hover > i {
	color: inherit !important;
}

@media (min-width:1025px) {
	.elementor-widget-ekit-nav-menu .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
		width: 100vw;
	}
	
	.elementor-widget-ekit-nav-menu .elementskit-navbar-nav > li.elementskit-megamenu-has.relative_position {
		position: relative;
	}
	
	.elementskit-megamenu-panel .elementor-section-wrap > .elementor-section > .elementor-container {
		max-width: none;
	}
}

.elementskit-dropdown-has > .sub-menu-toggle {
	display: none;
}

.ekit-nav-menu--empty-fallback {
	font-size: 0;
}

@media (min-width:766px) {
	.ekit_menu_responsive_mobile .ekit-nav-menu--empty-fallback, .ekit_menu_responsive_mobile .ekit-nav-menu--overlay {
		display: none;
	}
}

@media (min-width:1025px) {
	.ekit_menu_responsive_tablet .ekit-nav-menu--empty-fallback, .ekit_menu_responsive_tablet .ekit-nav-menu--overlay {
		display: none;
	}
}

@media (max-width:767px) {
	.ekit-sticky .elementskit-menu-container.elementskit-menu-offcanvas-elements {
		height: 120vh !important;
	}
	
	.ekit-sticky .elementskit-menu-overlay {
		display: none;
	}
	
	.ekit-sticky .elementskit-menu-offcanvas-elements::before {
		position: fixed;
		content: "";
		top: 0;
		left: -110%;
		height: 100%;
		width: 100%;
		background-color: rgba(51, 51, 51, .5);
		-webkit-transition: left .5s ease;
		transition: left .5s ease;
	}
	
	.ekit-sticky .elementskit-menu-offcanvas-elements::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: inherit;
	}
	
	.ekit-sticky .elementskit-menu-offcanvas-elements.active::before {
		left: 0;
	}
	
	.ekit-sticky .elementskit-navbar-nav-default .elementskit-navbar-nav {
		position: relative;
		z-index: 5;
	}
}

.ekit_modal-searchPanel .xs-serach {
	position: relative;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit]) {
	padding: 0 20px;
	background-color: transparent;
	width: 100%;
	height: 44px;
	border-radius: 5px;
	border: 0;
	border: 1px solid #e7e7e7;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::-moz-placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::-webkit-input-placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit]):-ms-input-placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::-ms-input-placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit]):focus {
	border-color: #2575fc;
}

.ekit_modal-searchPanel .xs-serach .search-btn {
	width: 62px;
	border: 0;
	font-size: 14px;
	color: #777;
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit_modal-searchPanel .mfp-wrap.ekit-promo-popup::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .87);
	padding-bottom: 100%;
	border-radius: 100%;
	overflow: hidden;
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards;
}

.ekit_modal-searchPanel .mfp-wrap.ekit-promo-popup {
	height: 100vh;
	overflow: hidden;
}

.ekit_modal-searchPanel .mfp-bg.my-mfp-slide-bottom {
	display: none;
}

.ekit_modal-searchPanel .ekit-sidebar-widget {
	height: 100vh;
}

.ekit_modal-searchPanel .ekit-bg-black {
	height: 100vh !important;
}

.ekit_modal-searchPanel .ekit-search-group {
	position: relative;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]) {
	height: 70px;
	background-color: transparent;
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	padding: 0 30px;
	width: 100%;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]):focus {
	outline: 0;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]):-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::placeholder {
	color: #fff;
	opacity: 1;
}

.ekit_modal-searchPanel .ekit-search-group .ekit_search-button {
	background-color: transparent;
	border: 0;
	padding: 0;
	color: #fff;
	fill: #fff;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	width: 70px;
	border-radius: 0 50px 50px 0;
}

.ekit_modal-searchPanel .ekit-search-group .ekit_search-button svg {
	width: 1em;
	height: 1em;
}

.ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-cancel-button, .ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-decoration, .ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-results-button, .ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-results-decoration {
	display: none;
}

.ekit_modal-searchPanel .ekit-search-panel {
	max-width: 800px;
	margin: 1.75rem auto;
}

.ekit_navsearch-button {
	display: inline-block;
}

.elementor-widget-elementskit-header-search .mfp-close {
	width: 44px;
}

.ekit-wid-con .ekit-sidebar-group .ekit-overlay {
	left: 100%;
	top: 0;
	position: fixed;
	z-index: 1002;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all .4s ease-in var(--transition-duration);
	transition: all .4s ease-in var(--transition-duration);
	cursor: url("https://cdn-ilemacg.nitrocdn.com/KQlUhantuDXookkZcPqjIeJgKxIRmlZS/assets/images/optimized/rev-d687be9/optimisationtaxefonciere.fr/wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.svg"), pointer;
	background-color: rgba(0, 0, 0, .9);
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group .ekit-overlay {
	left: auto;
	right: 100%;
}

.ekit-wid-con .ekit-sidebar-group .ekit_widget-heading {
	padding: 20px;
	float: right;
}

.ekit-wid-con .ekit-sidebar-group.ekit-fade .ekit-overlay {
	left: 0;
	right: 0;
}

.ekit-wid-con .ekit-sidebar-widget {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 360px;
	z-index: 999999;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	-webkit-transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) var(--transition-duration);
	transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) var(--transition-duration);
	visibility: hidden;
	opacity: 0;
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-widget {
	left: -100%;
	right: auto;
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
	visibility: visible;
	-webkit-transition: all var(--transition-duration) ease-out 0s;
	transition: all var(--transition-duration) ease-out 0s;
	left: 0;
	opacity: 1;
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
	left: auto;
	right: 0;
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-sidebar-widget {
	opacity: 1;
	visibility: visible;
	right: 0;
	-webkit-transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) .4s;
	transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) .4s;
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-sidebar-widget {
	left: 0;
	right: auto;
}

.ekit-wid-con .ekit_sidebar-textwidget {
	padding: 20px;
	padding-top: 60px;
}

.ekit-wid-con .ekit_close-side-widget {
	position: absolute;
	color: #1768dd;
	font-size: 15px;
	display: block;
	font-weight: 400;
	line-height: 1;
	padding: 4px 7px 5px 7px;
	border: 1px solid #ccc;
	z-index: 1;
	background-color: #fff;
	top: 15px;
	right: 15px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ekit-wid-con .ekit_close-side-widget svg {
	width: 100%;
	max-width: 20px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .ekit_sidebar-widget-container {
	position: relative;
	top: 150px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit_sidebar-widget-container {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s ease-out 1.2s;
	transition: all 1s ease-out 1.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .ekit_navSidebar-button {
	display: inline-block;
	line-height: 1;
}

.ekit-wid-con .ekit_offcanvas-sidebar {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ekit-wid-con .ekit_offcanvas-sidebar svg {
	width: 100%;
	max-width: 20px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .ekit-header-info {
	list-style: none;
}

.ekit-wid-con .ekit-header-info > li:not(:last-child) {
	margin-right: 15px;
}

.ekit-wid-con .ekit-header-info, .ekit-wid-con .ekit-header-info a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .ekit-header-info svg {
	max-width: 15px;
	height: auto;
	vertical-align: middle;
}
