.jet-animated-box__icon .jet-animated-box-icon-inner {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.jet-animated-box__icon .jet-elements-icon {
	font-size: 40px;
	color: white;
}

.jet-animated-box .jet-animated-box__toggle {
	cursor: pointer;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: white;
	background-color: #848484;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .2);
}

.jet-animated-box .jet-animated-box__subtitle {
	color: white;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px 0;
}

.jet-animated-box .jet-animated-box__button .jet-animated-box__button-icon {
	color: white;
}

.jet-animated-box.jet-box-peel-effect, .jet-animated-box.jet-box-scratch-effect canvas {
	cursor: -webkit-grab;
	cursor: grab;
}

.jet-animated-box.jet-box-peel-effect:active, .jet-animated-box.jet-box-scratch-effect canvas:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.jet-animated-box__back.peel-layer {
	cursor: default;
}