*, html, body, div, p {margin:0;padding:0}
body { font-family: 'Bad Script', cursive; font-size: 15px; }
.preloader { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index:1000; background: #183F21; }
.preloader img { margin: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; }

.wrapper
{
	position: relative;
	margin: 0 auto; width: 100%;
	height: 100%; overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}

.bg, .sketch-01, .sketch-02, .sketch-03, .sketch-04
{
	margin: 0 auto;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	z-index: 1;
}

.bg { background-image: url(bg.jpg); opacity: 1; z-index: 0; }
.sketch-01 { background-image: url(sketch-01.png); opacity: 1; }
.sketch-02 { background-image: url(sketch-02.png); }
.sketch-03 { background-image: url(sketch-03.png); }
.sketch-04 { background-image: url(sketch-04.png); }

.card-wrapper
{
	margin: auto;
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	width: 350px; height: 350px;
	z-index: 2;
}

.smile
{
	margin: auto;
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	width: 200px; height: 200px;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	z-index: 11;
}

.glow
{
	width: 100%; height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(rays.png);
	z-index: 0;
	animation: RayFlash linear 1s;
	animation-iteration-count: infinite;
	-webkit-animation: RayFlash linear 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: RayFlash linear 1s;
	-moz-animation-iteration-count: infinite;
	-o-animation: RayFlash linear 1s;
	-o-animation-iteration-count: infinite;
	-ms-animation: RayFlash linear 1s;
	-ms-animation-iteration-count: infinite;
}

@keyframes RayFlash
{
	0% { opacity: 1; }
	100% { opacity: .8; }
}

@-moz-keyframes RayFlash
{
	0% { opacity: 1; }
	100% { opacity: .8; }
}

@-webkit-keyframes RayFlash
{
	0% { opacity: 1; }
	100% { opacity: .8; }
}

@-o-keyframes RayFlash
{
	0% { opacity: 1; }
	100% { opacity: .8; }
}

@-ms-keyframes RayFlash
{
	0% { opacity: 1; }
	100% { opacity: .8; }
}

.card
{
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	width: 200px; height: 200px;
	background: #EDFFE4;
	border: 6px solid #7D9484;
	overflow: hidden;
	z-index: 10;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}

.card div { width: 400px; height: 0; overflow: hidden; cursor: pointer; text-shadow: white 1px 1px 0; }
.card p { text-indent: 10px; }