.jet-animated-box__toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.jet-animated-box__icon {
	min-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jet-animated-box__icon .jet-animated-box-icon-inner {
	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;
}

.jet-animated-box .jet-animated-box__button--icon-before .jet-animated-box__button-text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.jet-animated-box .jet-animated-box__button--icon-before .jet-animated-box__button-icon {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.jet-animated-box .jet-animated-box__button--icon-after .jet-animated-box__button-text {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.jet-animated-box .jet-animated-box__button--icon-after .jet-animated-box__button-icon {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.jet-animated-box.jet-box-effect-1.flipped .jet-animated-box__front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	-o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	transition: all .7s cubic-bezier(.11, .6, .24, .89);
}

.jet-animated-box.jet-box-effect-1.flipped .jet-animated-box__back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	-o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	transition: all .7s cubic-bezier(.11, .6, .24, .89);
}

.jet-animated-box.jet-box-effect-2.flipped .jet-animated-box__front {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	-o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	transition: all .7s cubic-bezier(.11, .6, .24, .89);
}

.jet-animated-box.jet-box-effect-2.flipped .jet-animated-box__back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	-o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	transition: all .7s cubic-bezier(.11, .6, .24, .89);
}

.jet-animated-box.jet-box-effect-3.flipped .jet-animated-box__front {
	-webkit-transform: rotateX(90deg) translateY(-150%) scale(0);
	transform: rotateX(90deg) translateY(-150%) scale(0);
	-webkit-transition: all .5s cubic-bezier(.63, .07, .78, .55);
	-o-transition: all .5s cubic-bezier(.63, .07, .78, .55);
	transition: all .5s cubic-bezier(.63, .07, .78, .55);
	z-index: 1;
}

.jet-animated-box.jet-box-effect-3.flipped .jet-animated-box__back {
	-webkit-transform: rotateX(0deg) translateY(0) scale(1);
	transform: rotateX(0deg) translateY(0) scale(1);
	-webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	-o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	transition: all .7s cubic-bezier(.11, .6, .24, .89);
	z-index: 2;
}

.jet-animated-box.jet-box-effect-4.flipped .jet-animated-box__front {
	-webkit-transform: rotateY(90deg) translateX(150%) scale(0);
	transform: rotateY(90deg) translateX(150%) scale(0);
	-webkit-transition: all .5s cubic-bezier(.63, .07, .78, .55);
	-o-transition: all .5s cubic-bezier(.63, .07, .78, .55);
	transition: all .5s cubic-bezier(.63, .07, .78, .55);
	z-index: 1;
}

.jet-animated-box.jet-box-effect-4.flipped .jet-animated-box__back {
	-webkit-transform: rotateY(0deg) translateX(0) scale(1);
	transform: rotateY(0deg) translateX(0) scale(1);
	-webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	-o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
	transition: all .7s cubic-bezier(.11, .6, .24, .89);
	z-index: 2;
}

.jet-animated-box.jet-box-effect-5.flipped .jet-animated-box__front {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.jet-animated-box.jet-box-effect-5.flipped .jet-animated-box__back {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.jet-animated-box.jet-box-effect-6.flipped .jet-animated-box__front {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.jet-animated-box.jet-box-effect-6.flipped .jet-animated-box__back {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.jet-animated-box.jet-box-effect-7 .jet-animated-box__back .jet-animated-box__toggle {
	z-index: 1;
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
	-o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
	transition: all .7s cubic-bezier(.5, .12, .46, .88);
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__front .jet-animated-box__inner {
	-webkit-transform: translateZ(125px);
	transform: translateZ(125px);
	-webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88);
	-o-transition: all .4s cubic-bezier(.5, .12, .46, .88);
	transition: all .4s cubic-bezier(.5, .12, .46, .88);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
	-o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
	transition: all .7s cubic-bezier(.5, .12, .46, .88);
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__back .jet-animated-box__inner {
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
	-o-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
	transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__back .jet-animated-box__toggle {
	z-index: 3;
}

.jet-animated-box.jet-box-effect-8 .jet-animated-box__toggle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__front {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
	-o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
	transition: all .7s cubic-bezier(.5, .12, .46, .88);
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__front .jet-animated-box__inner {
	-webkit-transform: translateZ(125px);
	transform: translateZ(125px);
	-webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88);
	-o-transition: all .4s cubic-bezier(.5, .12, .46, .88);
	transition: all .4s cubic-bezier(.5, .12, .46, .88);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
	-o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
	transition: all .7s cubic-bezier(.5, .12, .46, .88);
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__back .jet-animated-box__inner {
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
	-o-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
	transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.jet-animated-box.jet-box-effect-9.flipped .jet-animated-box__front {
	opacity: 0;
	pointer-events: none;
}

.jet-animated-box.jet-box-effect-9.flipped .jet-animated-box__back {
	opacity: 1;
}

.jet-animated-box.jet-box-effect-10.flipped .jet-animated-box__front {
	opacity: 0;
	-webkit-transform: scaleX(.8) scaleY(.8);
	-ms-transform: scaleX(.8) scaleY(.8);
	transform: scaleX(.8) scaleY(.8);
	pointer-events: none;
}

.jet-animated-box.jet-box-effect-10.flipped .jet-animated-box__back {
	-webkit-transform: scaleX(1) scaleY(1);
	-ms-transform: scaleX(1) scaleY(1);
	transform: scaleX(1) scaleY(1);
}

.jet-animated-box.jet-box-effect-11.flipped .jet-animated-box__front {
	opacity: 0;
	-webkit-transform: scaleX(1.2) scaleY(1.2);
	-ms-transform: scaleX(1.2) scaleY(1.2);
	transform: scaleX(1.2) scaleY(1.2);
	pointer-events: none;
}

.jet-animated-box.jet-box-effect-11.flipped .jet-animated-box__back {
	-webkit-transform: scaleX(1) scaleY(1);
	-ms-transform: scaleX(1) scaleY(1);
	transform: scaleX(1) scaleY(1);
}

.jet-animated-box.jet-box-effect-12.flipped .jet-animated-box__front {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.jet-animated-box.jet-box-effect-12.flipped .jet-animated-box__back {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.jet-animated-box.jet-box-effect-13.flipped .jet-animated-box__front {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.jet-animated-box.jet-box-effect-13.flipped .jet-animated-box__back {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.jet-animated-box.jet-box-effect-14.flipped .jet-animated-box__front {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.jet-animated-box.jet-box-effect-14.flipped .jet-animated-box__back {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.jet-animated-box.jet-box-effect-15.flipped .jet-animated-box__front {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.jet-animated-box.jet-box-effect-15.flipped .jet-animated-box__back {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.jet-animated-box.jet-box-effect-16.flipped .jet-animated-box__front {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.jet-animated-box.jet-box-effect-16.flipped .jet-animated-box__back {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.jet-animated-box.jet-box-effect-17.flipped .jet-animated-box__front {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.jet-animated-box.jet-box-effect-17.flipped .jet-animated-box__back {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.jet-animated-box.jet-box-effect-18.flipped .jet-animated-box__front {
	opacity: 0;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	pointer-events: none;
}

.jet-animated-box.jet-box-effect-18.flipped .jet-animated-box__back {
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

.jet-animated-box.jet-box-scratch-effect {
	position: relative;
	overflow: hidden;
}

.jet-animated-box.jet-box-scratch-effect canvas {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
}

.jet-animated-box.jet-box-scratch-effect .jet-animated-box__front {
	z-index: 3;
}

.jet-animated-box.jet-box-scratch-effect .jet-animated-box__back {
	z-index: 1;
}

.jet-animated-box.jet-box-scratch-effect.flipped .jet-animated-box__front {
	z-index: 1;
	visibility: hidden;
	pointer-events: none;
}

.jet-animated-box.jet-box-scratch-effect.flipped .jet-animated-box__back {
	z-index: 3;
}

.jet-animated-box.jet-box-scratch-effect.flipped .jet-animated-box__back .jet-elements-edit-template-link {
	pointer-events: auto;
}

.jet-animated-box.jet-box-scratch-effect.back-events-inactive .jet-animated-box__back {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jet-animated-box.jet-box-fold-effect {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

.jet-animated-box.jet-box-fold-effect .oridomi-holder {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.jet-animated-box.jet-box-fold-effect .jet-animated-box__front {
	z-index: 2;
	cursor: -webkit-grab;
	cursor: grab;
}

.jet-animated-box.jet-box-fold-effect .jet-animated-box__back {
	z-index: 1;
}

.jet-animated-box.jet-box-fold-effect.flipped .jet-animated-box__front {
	z-index: 1;
}

.jet-animated-box.jet-box-fold-effect.flipped .jet-animated-box__back {
	z-index: 2;
}

.jet-animated-box.jet-box-fold-effect.fold-init {
	visibility: visible;
}

.jet-animated-box.jet-box-peel-effect {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

.jet-animated-box.jet-box-peel-effect .jet-animated-box__front {
	z-index: 2;
}

.jet-animated-box.jet-box-peel-effect .jet-animated-box__back {
	z-index: 1;
}

.jet-animated-box.jet-box-peel-effect.flipped .jet-animated-box__front {
	z-index: 1;
}

.jet-animated-box.jet-box-peel-effect.flipped .jet-animated-box__back {
	z-index: 2;
}

.jet-animated-box.jet-box-peel-effect.peel-ready {
	visibility: visible;
}

.jet-animated-box.jet-box-slide-out-effect {
	position: relative;
	overflow: hidden;
}

.jet-animated-box.jet-box-slide-out-effect .jet-animated-box__front {
	z-index: 2;
}

.jet-animated-box.jet-box-slide-out-effect .jet-animated-box__back {
	z-index: 1;
}

.jet-animated-box.jet-box-slide-out-effect.flipped .jet-animated-box__front {
	z-index: 1;
}

.jet-animated-box.jet-box-slide-out-effect.flipped .jet-animated-box__back {
	z-index: 2;
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-left .ui-draggable-handle {
	cursor: w-resize;
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-left .ui-draggable-dragging {
	cursor: ew-resize;
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-top .ui-draggable-handle {
	cursor: n-resize;
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-top .ui-draggable-dragging {
	cursor: ns-resize;
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-right .ui-draggable-handle {
	cursor: e-resize;
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-right .ui-draggable-dragging {
	cursor: ew-resize;
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-bottom .ui-draggable-handle {
	cursor: s-resize;
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-bottom .ui-draggable-dragging {
	cursor: ns-resize;
}