@charset "utf-8";
/* CSS Document */



.white_chicken #head{
	background-image:url(../img/white_head.png);
}

.white_chicken #body{
	background-image:url(../img/white_body.png);
}

.black_chicken #head{
	background-image:url(../img/black_head.png);
}

.black_chicken #body{
	background-image:url(../img/black_body.png);
}



.item #white_egg .egg, .item #white_egg .egg::after, .item #white_egg .egg::before{
	background:#fff;
	box-shadow:0 0 5px black, inset 0 0 7px white!important;
}

.item #black_egg .egg, .item #black_egg .egg::after, .item #black_egg .egg::before{
	background:#000;
	box-shadow:0 0 5px black, inset 0 0 7px white!important;
}

.item #white_egg .egg, .item #white_egg .egg::after, .item #white_egg .egg::before{
	background:#fff;
	box-shadow:0 0 5px black, inset 0 0 7px white!important;
}

.item #black_egg .egg, .item #black_egg .egg::after, .item #black_egg .egg::before{
	background:#000;
	box-shadow:0 0 5px black, inset 0 0 7px white!important;
}



#informer #white_egg{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:20px;
	z-index:1;
	background:white;
	box-shadow:0 0 5px black, inset 0 0 7px white!important;
	border-top-left-radius:100%;
	border-top-right-radius:100%;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	box-shadow:0 0 5px black;
	margin:0 10px;
}

#informer #black_egg{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:20px;
	z-index:1;
	background:black;
	box-shadow:0 0 5px black, inset 0 0 7px white!important;
	border-top-left-radius:100%;
	border-top-right-radius:100%;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	box-shadow:0 0 5px black;
	margin:0 10px;
}



.chicken #white_egg{
	width:30px;
	height:40px;
	z-index:1;
	top:140px;
	left:22px;
	background:white;
	box-shadow:0 0 5px black, inset 0 0 7px white!important;
	border-top-left-radius:100%;
	border-top-right-radius:100%;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
	box-shadow:0 0 5px black;
}

.chicken #black_egg{
	width:30px;
	height:40px;
	z-index:1;
	top:140px;
	left:22px;
	background:black;
	box-shadow:0 0 5px black, inset 0 0 7px white!important;
	border-top-left-radius:100%;
	border-top-right-radius:100%;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
	box-shadow:0 0 5px black;
}

.chicken:hover #white_egg,.chicken:hover #black_egg{
	animation-name:egg;
	animation-duration:1s;
	animation-iteration-count:infinite;
}

.item #egg .egg, .item #egg .egg::after, .item #egg .egg::before{
	background:#783800!important;
}

.item #egg .egg, .item #egg .egg::after, .item #egg .egg::before{
	background:#783800!important;
}

#informer #egg{
	background:#783800!important;
}

.chicken #egg{
	background:#783800!important;
}

.black_chicken #egg i{
	position:absolute;
	left:10px;
	top:5px;
	opacity:0.5;
	color:white!important;
}