@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
@-webkit-keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}
@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0)
			rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
			translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
			rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0)
			rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
			rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
			translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
			rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
.flipOutX {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
@keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
.animated.fast {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.animated.faster {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}
@font-face {
	font-family: Samsonite-icons;
	src: url(../icons/samsonite/Samsonite-icons.eot?bqwedk);
	src: url(../icons/samsonite/Samsonite-icons.woff2?bqwedk) format("woff2"),
		url(../icons/samsonite/Samsonite-icons.woff?bqwedk) format("woff"),
		url(../icons/samsonite/Samsonite-icons.ttf?bqwedk) format("truetype"),
		url(../icons/samsonite/Samsonite-icons.eot?bqwedk#iefix)
		format("embedded-opentype"),
		url(../icons/samsonite/Samsonite-icons.svg?bqwedk#Samsonite-icons)
		format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
[class^="sa-icon"] {
	font-family: Samsonite-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-ico-apply:before {
	content: "\E900";
}
.icon-ico-arrow-bottom:before {
	content: "\E901";
	color: #004b8d;
}
.icon-ico-arrow-left:before {
	content: "\E902";
}
.icon-ico-arrow-right:before {
	content: "\E903";
}
.icon-ico-arrow-right-white-circle:before {
	content: "\E904";
}
.icon-ico-arrow-top-circle:before {
	content: "\E905";
}
.icon-ico-bag:before {
	content: "\E906";
}
.icon-ico-close:before {
	content: "\E907";
	color: #004b8d;
}
.icon-ico-close-search:before {
	content: "\E908";
	color: #e2e2e2;
}
.icon-ico-close-thin:before {
	content: "\E909";
}
.icon-ico-delivery:before {
	content: "\E90A";
	color: #004b8d;
}
.icon-ico-filter:before {
	content: "\E90B";
	color: #004b8d;
}
.icon-ico-full-collection:before {
	content: "\E90C";
	color: #004b8d;
}
.icon-ico-gifting:before {
	content: "\E90D";
	color: #004b8d;
}
.icon-ico-logo:before {
	content: "\E90E";
}
.icon-ico-menu-bar:before {
	content: "\E90F";
}
.icon-ico-network:before {
	content: "\E910";
	color: #004b8d;
}
.icon-ico-office-site:before {
	content: "\E911";
	color: #004b8d;
}
.icon-ico-peoples:before {
	content: "\E912";
	color: #004b8d;
}
.icon-ico-personal-service:before {
	content: "\E913";
	color: #004b8d;
}
.icon-ico-search:before {
	content: "\E914";
}
.icon-ico-secure-payment:before {
	content: "\E915";
	color: #004b8d;
}
.icon-ico-sort-asc:before {
	content: "\E916";
}
.icon-ico-sort-desc:before {
	content: "\E917";
}
.icon-ico-star:before {
	content: "\E918";
	color: #004b8d;
}
.icon-ico-license:before {
	content: "\E919";
	color: #004b8d;
}
.icon-ico-address-tag:before {
	content: "\E91A";
}
.icon-ico-deliver:before {
	content: "\E91B";
}
.icon-ico-tsa-lock:before {
	content: "\E91C";
}
.icon-ico-samsonite:before {
	content: "\E91D";
}
.icon-ico-user:before {
	content: "\E91E";
	color: #00458f;
}
.icon-ico-people:before {
	content: "\E91F";
}
.icon-ico-orders:before {
	content: "\E920";
}
.icon-ico-my-profile:before {
	content: "\E921";
}
.icon-ico-address-book:before {
	content: "\E922";
}
.icon-ico-magnify-glass:before {
	content: "\E923";
}
.icon-ico-info:before {
	content: "\E924";
}
.icon-ico-long-arrow-up:before {
	content: "\E925";
}
.icon-ico-location:before {
	content: "\E926";
	color: #084b8b;
}
.icon-ico-line-brands:before {
	content: "\E927";
}
.icon-ico-cart:before {
	content: "\E928";
}
.icon-ico-arrow-down:before {
	content: "\E929";
}
.icon-ico-loyalty:before {
	content: "\E92A";
}
.icon-ico-tracking:before {
	content: "\E92B";
}
.icon-ico-facebook:before {
	content: "\E92C";
	color: #3f579d;
}
.icon-ico-currency:before {
	content: "\E92D";
	color: #3f579d;
}
@font-face {
	font-family: AT-icons;
	src: url(../fonts/AT-icons.eot?5l5b66);
	src: url(../fonts/AT-icons.eot?5l5b66#iefix) format("embedded-opentype"),
		url(../fonts/AT-icons.ttf?5l5b66) format("truetype"),
		url(../fonts/AT-icons.woff?5l5b66) format("woff"),
		url(../fonts/AT-icons.svg?5l5b66#AT-icons) format("svg");
	font-weight: 400;
	font-style: normal;
}
[class^="at-icon"] {
	font-family: AT-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-about-us:before {
	content: "\E901";
}
.icon-address:before {
	content: "\E905";
}
.icon-arrow-double-right:before {
	content: "\E912";
}
.icon-arrow-down:before {
	content: "\E90B";
}
.icon-arrow-left:before {
	content: "\E90D";
}
.icon-arrow-right:before {
	content: "\E90E";
}
.icon-arrow-up:before {
	content: "\E90C";
}
.icon-bar:before {
	content: "\E911";
}
.icon-cart:before {
	content: "\E902";
}
.icon-close:before {
	content: "\E904";
}
.icon-hamburger:before {
	content: "\E903";
}
.icon-locate:before {
	content: "\E910";
}
.icon-logo:before {
	content: "\E900";
}
.logo-red .icon-logo:before {
	color: #d11e47;
}
.logo-orange .icon-logo:before {
	color: #ef7922;
}
.logo-yellow .icon-logo:before {
	color: #ffc012;
}
.logo-green .icon-logo:before {
	color: #80c242;
}
.logo-teal .icon-logo:before {
	color: #6ac5b0;
}
.logo-blue .icon-logo:before {
	color: #3292cf;
}
.logo-navy .icon-logo:before {
	color: #02549d;
}
.logo-purple .icon-logo:before {
	color: #c11c8a;
}
.icon-order:before {
	content: "\E906";
}
.icon-payment:before {
	content: "\E907";
}
.icon-profile:before {
	content: "\E908";
}
.icon-search:before {
	content: "\E909";
}
.icon-share:before {
	content: "\E90F";
}
.icon-store-locator:before {
	content: "\E90A";
}
.icon-minicart:before {
	content: "\E913";
}
.icon-facebook:before {
	content: "\E914";
}
.icon-loyalty:before {
	content: "\E915";
}
.icon-login:before {
	content: "\E916";
}
.icon-logout:before {
	content: "\E917";
}
.icon-my-account:before {
	content: "\E918";
}
.icon-track-order:before {
	content: "\E919";
}
.icon-phone:before {
	content: "\E91A";
}
.icon-gift-wrapper:before {
	content: "\E91B";
}
.icon-gift-card:before {
	content: "\E91C";
}
@keyframes customFadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 0.5em, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes customFadeOutUp {
	0% {
		opacity: 1;
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -0.5em, 0);
	}
}
@keyframes customBounceUpDown {
	0% {
		transform: translate(-50%);
	}
	to {
		transform: translate(-50%, -10px);
	}
}
@keyframes smoothScrollDown {
	0% {
		transform: translateY(-2.5em);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes smoothScrollUp {
	0% {
		transform: translateY(2.5em);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes brandStoryFadeInUp {
	0% {
		transform: translate3d(0, 3em, 0);
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes fadeInSlide {
	0% {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes rotate {
	50% {
		transform: rotate(180deg);
	}
	to {
		transform: rotate(1turn);
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}
@keyframes productSlideIn {
	0% {
		top: 100%;
	}
	to {
		top: 2em;
	}
}
@keyframes productSlideOut {
	0% {
		top: 2em;
	}
	to {
		top: 100%;
	}
}
@keyframes productSlideInDesktop {
	0% {
		left: 100%;
	}
	to {
		left: 24%;
	}
}
@keyframes productSlideOutDesktop {
	0% {
		left: 24%;
	}
	to {
		left: 100%;
	}
}
@keyframes brandStoryCustomFadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(-50%, 0.5em, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(-50%, 0, 0);
	}
}
@keyframes ani-jumb {
	0% {
		top: 0;
	}
	50% {
		top: -10px;
	}
	to {
		top: 0;
	}
}
@keyframes ani-opacity-bg {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media (min-width: 992px) {
	@keyframes ani-opacity-bg {
		0% {
			opacity: 0;
		}
		to {
			opacity: 0.7;
		}
	}
}
@keyframes fadeInUpMT {
	0% {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInLeftMT {
	0% {
		opacity: 0;
		transform: translate3d(-100px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
@keyframes fadeInOut {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes ani-opacity {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes stroke {
	to {
		stroke-dashoffset: 0;
	}
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	display: inline-block;
	background-color: #fff;
	color: #000;
	text-align: center;
	line-height: 35px;
	position: relative;
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	z-index: 3;
	background-color: #f2f2f2;
	color: #fff;
	outline: 0;
}
@media (min-width: 992px) {
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
		width: 32px;
		height: 32px;
	}
}
@media (min-width: 1600px) {
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
		width: 34px;
		height: 34px;
	}
}
.owl-carousel .owl-nav .owl-next .sa-icon,
.owl-carousel .owl-nav .owl-prev .sa-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
	display: none;
}
.owl-carousel .owl-nav .owl-next:before,
.owl-carousel .owl-nav .owl-prev:before {
	font-family: Samsonite-icons;
	font-style: normal;
	font-weight: 400;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-nav .owl-prev:before {
	content: "\E902";
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}
.owl-carousel .owl-nav .owl-next:before {
	content: "\E903";
}
@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOutBottom {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translateY(100%);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.shop-by-color-banner,
.shop-by-color-image-wrapper {
	opacity: 0;
	animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.shop-by-color-wheel {
	opacity: 0;
	animation-delay: 1s;
	animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.shop-by-color-product-type {
	animation-fill-mode: both;
}
.product-wrapper-box,
.shop-by-color-product-type {
	opacity: 0;
	animation-name: fadeInBottom;
	animation-duration: 1s;
}
.product-wrapper-box {
	animation-delay: 1s;
	animation-fill-mode: both;
}
.fade-out-bottom {
	animation-name: fadeOutBottom;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
.fade-out-bottom.fade-in-bottom {
	animation-name: fadeInBottom;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
.revamp-ui {
	background: #f7f9fa;
	overflow: hidden;
}
.revamp-ui .cat-banner-content {
	padding: 25px 45px 35px;
	text-align: center;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
	.revamp-ui .cat-banner-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 40px 45px 35px;
	}
}
@media (min-width: 992px) {
	.revamp-ui .cat-banner-content {
		padding-top: 20px;
		padding-bottom: 25px;
	}
}
@media (min-width: 1400px) {
	.revamp-ui .cat-banner-content {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media (min-width: 1920px) {
	.revamp-ui .cat-banner-content {
		padding: 40px 45px 35px;
	}
}
.revamp-ui .cat-banner-content .image {
	margin-bottom: 15px;
}
.revamp-ui .cat-banner-content .image img {
	width: 300px;
	height: auto;
}
@media (min-width: 768px) {
	.revamp-ui .cat-banner-content .description {
		padding: 0 30px;
		width: 390px;
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.revamp-ui .cat-banner-content .description {
		width: 840px;
	}
}
@media (min-width: 1920px) {
	.revamp-ui .cat-banner-content .description {
		width: 840px;
	}
}
@media (min-width: 768px) {
	.revamp-ui .cat-banner-content .description b {
		font-size: 12px;
	}
}
.revamp-ui .shop-by-color-banner {
	position: relative;
	z-index: 2;
	background: #fff;
}
.revamp-ui .shop-by-color-image-wrapper {
	height: 50px;
	background: #fff;
	width: 310px;
	text-align: center;
	margin: -25px auto 0;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	border-radius: 25px;
	position: relative;
	z-index: 3;
}
@media (min-width: 768px) {
	.revamp-ui .shop-by-color-image-wrapper {
		width: 375px;
	}
}
@media (min-width: 1400px) {
	.revamp-ui .shop-by-color-image-wrapper {
		height: 38px;
	}
}
@media (min-width: 1600px) {
	.revamp-ui .shop-by-color-image-wrapper {
		height: 50px;
	}
}
.revamp-ui .shop-by-color-image-wrapper .function-box button {
	height: 40px;
	margin-top: 5px;
	width: 47%;
	border-radius: 20px;
	border: 0;
	outline: none;
	background: #fff;
	font-weight: 700;
	font-size: 13px;
	position: relative;
	cursor: pointer;
}
@media (min-width: 768px) {
	.revamp-ui .shop-by-color-image-wrapper .function-box button {
		height: 38px;
		margin-top: 6px;
		border-radius: 20px;
		font-weight: 700;
		font-size: 15px;
		position: relative;
	}
}
@media (min-width: 1400px) {
	.revamp-ui .shop-by-color-image-wrapper .function-box button {
		height: 32px;
		margin-top: 3px;
	}
}
@media (min-width: 1600px) {
	.revamp-ui .shop-by-color-image-wrapper .function-box button {
		height: 38px;
		margin-top: 6px;
	}
}
.revamp-ui .shop-by-color-image-wrapper .function-box button:hover {
	background: #4d4d4d;
	transition: all 0.5s ease;
	color: #fff;
}
.revamp-ui .shop-by-color-image-wrapper .function-box button:hover span {
	color: #fff;
}
.revamp-ui
.shop-by-color-image-wrapper
.function-box
button:hover
.default-image {
	display: none;
}
.revamp-ui
.shop-by-color-image-wrapper
.function-box
button:hover
.hover-image {
	display: inline-block;
}
.revamp-ui .shop-by-color-image-wrapper .function-box button #upload {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
.revamp-ui .shop-by-color-image-wrapper .function-box button .default-image {
	display: inline-block;
}
.revamp-ui .shop-by-color-image-wrapper .function-box button .hover-image {
	display: none;
}
.revamp-ui .shop-by-color-image-wrapper .function-box button .camera-icon {
	height: 25px;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.revamp-ui .shop-by-color-image-wrapper .function-box button .camera-icon {
		height: 30px;
	}
}
.revamp-ui .shop-by-color-image-wrapper .function-box button .upload-icon {
	height: 20px;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.revamp-ui .shop-by-color-image-wrapper .function-box button .upload-icon {
		height: 25px;
	}
}
.revamp-ui .shop-by-color-image-wrapper .function-box button span {
	color: #000;
}
.shop-by-color-popup {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	width: 320px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border: 1px solid;
	overflow: hidden;
}
@media (min-width: 768px) {
	.shop-by-color-popup {
		width: 610px;
		padding: 50px 30px;
	}
}
@media (min-width: 992px) {
	.shop-by-color-popup {
		padding: 20px;
	}
}
.shop-by-color-popup.active {
	display: block;
}
.shop-by-color-popup .video-camera {
	display: none;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera {
		border-radius: 0;
		overflow: visible;
	}
}
.shop-by-color-popup .video-camera.active {
	display: block;
}
.shop-by-color-popup .video-camera .video-camera-result {
	display: none;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.shop-by-color-popup .video-camera .video-camera-result.active {
	display: block;
}
.shop-by-color-popup .video-camera .video-camera-result.captured {
	z-index: 7;
}
.shop-by-color-popup
.video-camera
.video-camera-result.captured
.capture-new-picture,
.shop-by-color-popup
.video-camera
.video-camera-result.captured
.confirm-color {
	display: block;
	z-index: 6;
}
.shop-by-color-popup .video-camera .video-camera-result .drag-item {
	bottom: 115px;
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera .video-camera-result .drag-item {
		bottom: 45px;
	}
}
.shop-by-color-popup .video-camera .video-camera-result .capture-new-picture {
	position: absolute;
	z-index: 1;
	background: transparent;
	border: 0;
	outline: 0;
	left: 15px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding: 0;
	top: 15px;
	display: none;
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera .video-camera-result .capture-new-picture {
		border-radius: 0;
		background: transparent;
		border: 0;
		border-color: transparent;
		height: auto;
		padding: 0;
		transform: none;
		right: 25px;
		left: auto;
		bottom: 115px;
		top: auto;
		width: 55px;
	}
}
@media (min-width: 768px) {
	.shop-by-color-popup
	.video-camera
	.video-camera-result
	.capture-new-picture
	.capture-picture-action {
		font-weight: 700;
		margin: 5px -15px 0;
		font-size: 13px;
		color: #fff;
		display: block;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}
}
.shop-by-color-popup .video-camera canvas {
	width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera canvas {
		border-radius: 12px;
	}
}
@media (min-width: 992px) {
	.shop-by-color-popup .video-camera canvas {
		border-radius: 25px;
	}
}
.shop-by-color-popup .video-camera #video {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera #video {
		border-radius: 12px;
	}
}
@media (min-width: 992px) {
	.shop-by-color-popup .video-camera #video {
		border-radius: 25px;
	}
}
.shop-by-color-popup .video-camera #capture-picture {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 0;
	z-index: 6;
	outline: none;
	overflow: visible;
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera #capture-picture {
		border-radius: 0;
		background: transparent;
		border: 0;
		border-color: transparent;
		height: auto;
		padding: 0;
		transform: none;
		left: auto;
		width: 80px;
		right: 15px;
	}
}
.shop-by-color-popup .video-camera #capture-picture:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 49px;
	height: 49px;
	border-radius: 50%;
	border: 1px solid #c1c1c1;
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera #capture-picture:after {
		display: none;
	}
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera #capture-picture img {
		width: 55px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera #capture-picture .capture-picture-action {
		font-weight: 700;
		margin: 5px -15px 0;
		font-size: 13px;
		color: #fff;
		display: block;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}
}
.shop-by-color-popup .video-camera #switch-to-upload {
	position: absolute;
	top: 15px;
	z-index: 8;
	height: 40px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	border: 0;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	width: 170px;
	background: hsla(0, 0%, 100%, 0.5);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera #switch-to-upload {
		top: -20px;
		width: 185px;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-popup .video-camera #switch-to-upload {
		top: 15px;
	}
}
.shop-by-color-popup .video-camera #switch-to-upload:hover {
	background: #fff;
}
.shop-by-color-popup .video-camera #switch-to-upload .upload-icon {
	height: 20px;
}
.shop-by-color-popup .video-camera #switch-to-upload span {
	display: inline-block;
	margin-left: 5px;
	color: #000;
}
.shop-by-color-popup .video-camera .flip-camera {
	position: absolute;
	bottom: 21px;
	z-index: 6;
	background: transparent;
	border: 0;
	outline: 0;
	left: 15px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding: 0;
	overflow: visible;
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera .flip-camera {
		border-radius: 0;
		background: transparent;
		border: 0;
		border-color: transparent;
		height: auto;
		padding: 0;
		transform: none;
		left: auto;
		bottom: 115px;
		width: 80px;
		right: 15px;
	}
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera .flip-camera img {
		width: 55px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.shop-by-color-popup .video-camera .flip-camera .flip-camera-action {
		font-weight: 700;
		margin: 5px -15px 0;
		font-size: 13px;
		color: #fff;
		display: block;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}
}
.shop-by-color-popup .uploaded-image {
	display: none;
	border-radius: 12px;
	position: relative;
	overflow-x: visible;
	max-height: 80vh;
	overflow-y: auto;
}
.shop-by-color-popup .uploaded-image::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #cecece;
	margin: 50px 0;
	border-radius: 4px;
}
.shop-by-color-popup .uploaded-image::-webkit-scrollbar-track-piece {
	background: transparent;
}
.shop-by-color-popup .uploaded-image::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
}
.shop-by-color-popup .uploaded-image::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #000;
	border-radius: 4px;
}
@media (min-width: 1200px) {
	.shop-by-color-popup .uploaded-image {
		border-radius: 0;
	}
}
.shop-by-color-popup .uploaded-image.active {
	display: block;
}
.shop-by-color-popup .uploaded-image #canvas-img {
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width: 768px) {
	.shop-by-color-popup .uploaded-image #canvas-img {
		border-radius: 12px;
		border-radius: 25px;
	}
}
.shop-by-color-popup .uploaded-image .confirm-color {
	display: block;
}
.shop-by-color-popup .close-shop-by-color-popup {
	position: absolute;
	z-index: 7;
	top: 11px;
	right: 15px;
	font-size: 25px;
	line-height: 18px;
	cursor: pointer;
	background: transparent;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	color: #fff;
}
@media (min-width: 768px) {
	.shop-by-color-popup .close-shop-by-color-popup {
		top: 10px;
		right: 10px;
		font-size: 33px;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-popup .close-shop-by-color-popup {
		top: 5px;
		right: 5px;
	}
}
.shop-by-color-popup .drag-item {
	z-index: 6;
	position: absolute;
	left: calc(50% - 45px);
	cursor: -webkit-grabbing;
	cursor: grabbing;
	bottom: 25px;
	width: 90px !important;
	height: 90px !important;
}
@media (min-width: 768px) {
	.shop-by-color-popup .drag-item {
		left: calc(50% - 60px);
		bottom: 45px;
		width: 120px !important;
		height: 120px !important;
	}
}
.shop-by-color-popup .drag-item .pointer-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: transparent;
	padding: 9px;
	border: 15px solid transparent;
	display: block;
}
@media (min-width: 768px) {
	.shop-by-color-popup .drag-item .pointer-img {
		width: 120px;
		height: 120px;
		padding: 18px;
		border: 20px solid transparent;
	}
}
.shop-by-color-popup .drag-item .drag-text {
	color: #fff;
	font-weight: 700;
	width: 90px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	display: block;
	position: absolute;
	top: calc(100% + 5px);
}
@media (min-width: 768px) {
	.shop-by-color-popup .drag-item .drag-text {
		width: 115px;
		text-align: center;
	}
}
.shop-by-color-popup #switch-to-camera {
	position: absolute;
	top: 15px;
	z-index: 11;
	height: 40px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	border: 0;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	width: 170px;
	background: hsla(0, 0%, 100%, 0.5);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
	cursor: pointer;
}
@media (min-width: 768px) {
	.shop-by-color-popup #switch-to-camera {
		top: 10px;
		width: 185px;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-popup #switch-to-camera {
		top: 15px;
	}
}
.shop-by-color-popup #switch-to-camera:hover {
	background: #fff;
}
.shop-by-color-popup #switch-to-camera .upload-icon {
	height: 20px;
}
.shop-by-color-popup #switch-to-camera span {
	display: inline-block;
	margin-left: 5px;
}
.shop-by-color-popup .confirm-color {
	position: absolute;
	z-index: 1;
	background: transparent;
	border: 0;
	outline: 0;
	right: 15px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding: 0;
	bottom: 15px;
	display: none;
}
@media (min-width: 768px) {
	.shop-by-color-popup .confirm-color {
		border-radius: 0;
		background: transparent;
		border: 0;
		border-color: transparent;
		height: auto;
		padding: 0;
		transform: none;
		right: 25px;
		width: 55px;
		left: auto;
	}
}
@media (min-width: 768px) {
	.shop-by-color-popup .confirm-color .confirm-action-text {
		font-weight: 700;
		margin: 5px -15px 0;
		font-size: 13px;
		color: #fff;
		display: block;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}
}
.shop-by-color-popup .upload-new-image {
	position: absolute;
	z-index: 5;
	background: transparent;
	border: 0;
	outline: 0;
	left: 15px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding: 0;
	bottom: 15px;
}
@media (min-width: 768px) {
	.shop-by-color-popup .upload-new-image {
		border-radius: 0;
		background: transparent;
		border: 0;
		border-color: transparent;
		height: auto;
		padding: 0;
		transform: none;
		right: 25px;
		left: auto;
		bottom: 115px;
		width: 55px;
	}
}
@media (min-width: 768px) {
	.shop-by-color-popup .upload-new-image .upload-picture-action {
		font-weight: 700;
		margin: 5px -15px 0;
		font-size: 13px;
		color: #fff;
		display: block;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}
}
.shop-by-color-popup-overlay {
	display: none;
	position: fixed;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0.9;
	z-index: 999;
	width: 100%;
	height: 100%;
}
.shop-by-color-popup-overlay.active {
	display: block;
}
.shop-by-color-wheel {
	position: relative;
	z-index: 1;
	background: #f7f9fa;
}
.shop-by-color-wheel .wheel-container {
	position: relative;
	width: 280px;
	height: 280px;
	margin: -130px auto 0;
	border-radius: 50%;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
	.shop-by-color-wheel .wheel-container {
		width: 500px;
		height: 500px;
		margin: -285px auto 0;
	}
}
@media (min-width: 992px) {
	.shop-by-color-wheel .wheel-container {
		width: 620px;
		height: 620px;
		margin: -360px auto 0;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-wheel .wheel-container {
		width: 520px;
		height: 520px;
		margin: -360px auto 0;
	}
}
@media (min-width: 1400px) {
	.shop-by-color-wheel .wheel-container {
		width: 550px;
		height: 550px;
		margin: -360px auto 0;
	}
}
@media (min-width: 1920px) {
	.shop-by-color-wheel .wheel-container {
		width: 620px;
		height: 620px;
		margin: -360px auto 0;
	}
}
.shop-by-color-wheel .white-center {
	background: #fff;
	width: 120px;
	height: 120px;
	display: block;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
@media (min-width: 768px) {
	.shop-by-color-wheel .white-center {
		width: 240px;
		height: 240px;
	}
}
.shop-by-color-wheel .pointer-arrow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 67%;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 19px solid #000;
	clear: both;
	z-index: 2;
}
@media (min-width: 768px) {
	.shop-by-color-wheel .pointer-arrow {
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 30px solid #000;
		top: 70%;
	}
}
@media (min-width: 992px) {
	.shop-by-color-wheel .pointer-arrow {
		top: 67%;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-wheel .pointer-arrow {
		top: 70%;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 23px solid #000;
	}
}
@media (min-width: 1920px) {
	.shop-by-color-wheel .pointer-arrow {
		top: 67%;
	}
}
.shop-by-color-wheel .wheel-description-text {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 700;
	width: 25%;
	text-align: center;
	letter-spacing: 0.5px;
	z-index: 2;
}
@media (min-width: 768px) {
	.shop-by-color-wheel .wheel-description-text {
		display: none;
	}
}
.shop-by-color-wheel canvas {
	transform: rotate(180deg);
}
.shadow-wheel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	z-index: 100;
}
.shadow-wheel.active,
.shadow-wheel.cool .cool,
.shadow-wheel.warm .warm {
	display: block;
}
.shadow-wheel.black .selected-color-text {
	color: #000;
}
.shadow-wheel .cool,
.shadow-wheel .warm {
	display: none;
}
.shadow-wheel .selected-color-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 55%;
	color: #fff;
	text-align: center;
	width: 50%;
	font-size: 19px;
	line-height: 25px;
}
@media (min-width: 768px) {
	.shadow-wheel .selected-color-text {
		top: 63%;
		font-size: 30px;
		width: 45%;
		line-height: 40px;
	}
}
@media (min-width: 1200px) {
	.shadow-wheel .selected-color-text {
		top: 72%;
		font-size: 25px;
		width: 50%;
		line-height: 30px;
	}
}
.shadow-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
}
.shadow-wheel-button {
	display: none;
	height: 40px;
	line-height: 40px;
	width: 51%;
	border-radius: 20px;
	border: 0;
	outline: none;
	background: #fff;
	font-weight: 700;
	font-size: 13px;
	position: relative;
	cursor: pointer;
	margin: -20px auto 0;
	z-index: 10;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	text-align: center;
}
@media (min-width: 768px) {
	.shadow-wheel-button {
		height: 60px;
		border-radius: 30px;
		font-weight: 700;
		font-size: 17px;
		width: 270px;
		margin-top: -30px;
		line-height: 60px;
	}
}
@media (min-width: 1200px) {
	.shadow-wheel-button {
		height: 70px;
		border-radius: 40px;
		font-weight: 700;
		font-size: 18px;
		width: 320px;
		margin-top: -50px;
		line-height: 70px;
	}
}
.shadow-wheel-button:hover {
	background: #4d4d4d;
	transition: all 0.5s ease;
	color: #fff;
}
.shadow-wheel-button .camera-icon {
	height: 25px;
}
@media (min-width: 768px) {
	.shadow-wheel-button .camera-icon {
		height: 35px;
		margin-top: -5px;
		margin-right: 5px;
	}
}
.shadow-wheel-button.active {
	display: block;
}
.shadow-wheel-button:hover .default-image {
	display: none;
}
.shadow-wheel-button:hover .hover-image {
	display: inline-block;
}
.shadow-wheel-button .camera-icon {
	display: none;
}
.shadow-wheel-button .default-image {
	display: inline-block;
}
.shop-by-color-title {
	font-size: 15px;
	margin-top: 35px;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.shop-by-color-title {
		margin-top: 15px;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-title {
		font-size: 20px;
		margin-top: 10px;
		line-height: 24px;
	}
}
@media (min-width: 1920px) {
	.shop-by-color-title {
		margin-top: 50px;
	}
}
.shop-by-color-title .product-count {
	display: block;
	float: right;
	font-size: 11px;
	font-weight: 700;
}
@media (min-width: 1200px) {
	.shop-by-color-title .product-count {
		line-height: 24px;
		font-size: 14px;
	}
}
.shop-by-color-product-wrapper {
	width: 90%;
	margin: 0 auto;
	background: #f7f9fa;
}
@media (min-width: 768px) {
	.shop-by-color-product-wrapper {
		padding-bottom: 50px;
		width: 690px;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper {
		width: 1200px;
		margin: 0 auto;
	}
}
.shop-by-color-product-wrapper.no-product .no-result-box {
	display: block;
}
.shop-by-color-product-wrapper.no-product .product-list,
.shop-by-color-product-wrapper.no-product .shop-by-color-title,
.shop-by-color-product-wrapper.no-product ~ .shop-now .btn-com-color,
.shop-by-color-product-wrapper.no-product ~ .shop-now .btn-shop-now {
	display: none;
}
.shop-by-color-product-wrapper .no-result-box {
	display: none;
	padding: 50px 0;
	text-align: center;
}
.shop-by-color-product-wrapper .no-result-box .no-result-title {
	font-weight: 700;
}
.shop-by-color-product-wrapper .no-result-box .no-result-description {
	padding: 0 50px;
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper .no-result-box .no-result-description {
		font-size: 16px;
	}
}
.shop-by-color-product-wrapper .tile-body-field-group div {
	display: none;
}
.shop-by-color-product-wrapper .tile-body-field-group .product-collection {
	display: block;
	padding: 0 15px;
}
.shop-by-color-product-wrapper .tile-body-field-group .product-collection h4 {
	font-weight: 700;
	text-align: center;
	font-size: 12px;
	margin-bottom: 3px;
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper .tile-body-field-group .product-collection h4 {
		font-size: 16px;
		margin-bottom: 8px;
		margin-top: 2px;
	}
}
.shop-by-color-product-wrapper .tile-body-field-group .pdp-link {
	display: block;
	text-align: center;
}
.shop-by-color-product-wrapper .tile-body-field-group .pdp-link .link {
	font-size: 9px;
	color: #bdbdbd;
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper .tile-body-field-group .pdp-link .link {
		font-size: 11px;
	}
}
.shop-by-color-product-wrapper .product-item {
	padding: 0 2.5px;
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper .product-item {
		padding: 0 6px;
	}
}
.shop-by-color-product-wrapper .product-item .product-tile {
	background: #fff;
	min-height: 0;
}
@media (min-width: 768px) {
	.shop-by-color-product-wrapper .product-item .product-tile {
		height: 195px;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper .product-item .product-tile {
		height: 330px;
	}
}
.shop-by-color-product-wrapper
.product-item
.product-tile
.tile-body-field-group
.product-collection
h4 {
	line-height: 15px;
}
@media (min-width: 1600px) {
	.shop-by-color-product-wrapper
	.product-item
	.product-tile
	.tile-body-field-group
	.product-collection
	h4 {
		line-height: 20px;
	}
}
.shop-by-color-product-wrapper
.product-item
.product-tile
.tile-body-field-group
.pdp-link,
.shop-by-color-product-wrapper
.product-item
.product-tile
.tile-body-field-group
.pdp-link
.link {
	line-height: 13px;
}
.shop-by-color-product-wrapper .product-item .image-container {
	padding: 15px 15px 0;
}
@media (min-width: 768px) {
	.shop-by-color-product-wrapper .product-item .image-container {
		height: auto;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper .product-item .image-container {
		height: auto;
	}
}
.shop-by-color-product-wrapper .product-item .tile-body {
	padding: 5px 0 15px;
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper .product-item .tile-body {
		padding-bottom: 20px;
	}
}
.shop-by-color-product-wrapper .tile-bottom {
	display: none;
}
.shop-by-color-product-wrapper .owl-carousel.owl-loaded.owl-hidden {
	opacity: 1;
}
.shop-by-color-product-wrapper .owl-carousel .owl-nav .owl-next,
.shop-by-color-product-wrapper .owl-carousel .owl-nav .owl-prev {
	border-radius: 50%;
	color: #fff;
	background: #a6a6a6;
}
@media (min-width: 768px) {
	.shop-by-color-product-wrapper .owl-carousel .owl-nav .owl-next,
	.shop-by-color-product-wrapper .owl-carousel .owl-nav .owl-prev {
		width: 35px;
		height: 35px;
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper .owl-carousel .owl-nav .owl-next,
	.shop-by-color-product-wrapper .owl-carousel .owl-nav .owl-prev {
		width: 45px;
		height: 45px;
		font-size: 24px;
	}
}
.shop-by-color-product-wrapper .owl-carousel .owl-nav .owl-prev {
	left: -13px;
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper .owl-carousel .owl-nav .owl-prev {
		left: -17px;
	}
}
.shop-by-color-product-wrapper .owl-carousel .owl-nav .owl-next {
	right: -13px;
}
@media (min-width: 1200px) {
	.shop-by-color-product-wrapper .owl-carousel .owl-nav .owl-next {
		right: -17px;
	}
}
.product-wrapper-box {
	padding-bottom: 15px;
}
@media (min-width: 768px) {
	.product-wrapper-box {
		padding-bottom: 25px;
	}
}
.shop-by-color-product-type {
	margin-top: 35px;
	text-align: center;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	.shop-by-color-product-type {
		width: 690px;
		margin: 25px auto 0;
	}
}
@media (min-width: 992px) {
	.shop-by-color-product-type {
		margin-top: 10px;
	}
}
@media (min-width: 1400px) {
	.shop-by-color-product-type {
		margin-top: 15px;
	}
}
@media (min-width: 1200px) {
	.shop-by-color-product-type {
		padding: 0;
		width: 1000px;
		margin: 25px auto 0;
	}
}
@media (min-width: 1920px) {
	.shop-by-color-product-type {
		margin-top: 50px;
	}
}
.shop-by-color-product-type .product-type-title {
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
	.shop-by-color-product-type .product-type-title {
		line-height: 50px;
		font-size: 16px;
	}
}
.shop-by-color-product-type .col-xl-9 .row {
	margin: 0 -3px;
}
@media (min-width: 1200px) {
	.shop-by-color-product-type .col-xl-9 .row {
		margin: 0 -10px;
	}
}
.shop-by-color-product-type .col-xl-9 .row .col-3 {
	padding: 0 3px;
}
@media (min-width: 1200px) {
	.shop-by-color-product-type .col-xl-9 .row .col-3 {
		padding: 0 10px;
	}
}
.shop-by-color-product-type .col-xl-9 .row .col-3 a {
	text-align: center;
	display: block;
	background-color: #fff;
	line-height: 30px;
	border: 0;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	margin-top: 15px;
	font-weight: 700;
	font-size: 11px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	color: #000;
}
@media (min-width: 1200px) {
	.shop-by-color-product-type .col-xl-9 .row .col-3 a {
		margin-top: 0;
		line-height: 50px;
		border-radius: 25px;
		font-size: 17px;
	}
	.shop-by-color-product-type .col-xl-9 .row .col-3 a:hover {
		color: #fff;
	}
	.shop-by-color-product-type .col-xl-9 .row .col-3 a:hover .refiment-bg {
		opacity: 1;
	}
	.shop-by-color-product-type .col-xl-9 .row .col-3 a.black-text:hover {
		color: #000;
	}
}
.shop-by-color-product-type .col-xl-9 .row .col-3 a.selected {
	color: #fff;
}
.shop-by-color-product-type .col-xl-9 .row .col-3 a.selected .refiment-bg {
	opacity: 1;
}
.shop-by-color-product-type .col-xl-9 .row .col-3 a.black-text.selected {
	color: #000;
}
.shop-by-color-product-type .col-xl-9 .row .col-3 a .refiment-text {
	background: transparent;
	position: relative;
	z-index: 2;
}
.shop-by-color-product-type .col-xl-9 .row .col-3 a .refiment-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	opacity: 0;
	transition: all 0.5s ease;
}
.btn-com-color,
.btn-shop-now {
	width: 90%;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 5;
	display: flex;
	border-radius: 25px;
	overflow: hidden;
	margin: 25px auto 0;
	text-transform: uppercase;
	font-weight: 400;
}
@media (min-width: 768px) {
	.btn-com-color,
	.btn-shop-now {
		margin: 0 auto;
		width: 400px;
		border-radius: 35px;
	}
	.btn-com-color,
	.btn-com-color:active,
	.btn-com-color:focus,
	.btn-com-color:hover,
	.btn-shop-now,
	.btn-shop-now:active,
	.btn-shop-now:focus,
	.btn-shop-now:hover {
		background: linear-gradient(90deg, #d11e47, #ef7922);
		background: -webkit-gradient(to right, #d11e47, #ef7922);
		background: -o-linear-gradient(to right, #d11e47, #ef7922);
	}
	.btn-com-color:active,
	.btn-com-color:focus,
	.btn-com-color:hover,
	.btn-shop-now:active,
	.btn-shop-now:focus,
	.btn-shop-now:hover {
		color: #fff;
	}
}
@media (min-width: 1200px) {
	.btn-com-color,
	.btn-shop-now {
		width: 500px;
	}
}
@media (min-width: 1600px) {
	.btn-com-color,
	.btn-shop-now {
	}
}
.btn-com-color:before,
.btn-shop-now:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, #d11e47, #ef7922);
	background: -webkit-gradient(to right, #d11e47, #ef7922);
	background: -o-linear-gradient(to right, #d11e47, #ef7922);
	transform: translateX(-50%);
}
@media (min-width: 768px) {
	.btn-com-color:before,
	.btn-shop-now:before {
		content: none;
	}
}
@media (min-width: 768px) {
	.btn-com-color {
		margin-bottom: 25px;
	}
}

.owl-carousel .owl-nav .owl-prev:before{
	font-family: "Font Awesome 5 Pro" !important;
	content: "\f053";
}
.owl-carousel .owl-nav .owl-next:before{
	font-family: "Font Awesome 5 Pro" !important;
	content: "\f054";
}
.product-item-colors div {
  display: block!important;
}
.product-item-colors .swiper-wrapper {
  display: flex!important;
  justify-content: center;
  gap: 2px;
}
.product-item-colors .swiper-slide {
  width:18px;
}
.product-item-colors .swiper-slide .product-sw-select-item span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 99px;
  margin: auto 2px;
}