#container{
	text-align: left;
	position:absolute;
	padding: 40px 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top:-50px;
	
}

#container ul{
	margin: 0 45px;
}

#container ul li:nth-child(1){
	float: left;
	display: block;
	position: absolute;
	width: 172px;
	height: 172px;
	margin: 0 80px 0px 150px;
}
#container ul li:nth-child(2){
	float: left;
	display: block;
	position: absolute;
	width: 172px;
	height: 172px;
	margin: 200px 80px 0 0;
}
#container ul li:nth-child(3){
	float: left;
	display: block;
	position: absolute;
	width: 172px;
	height: 172px;
	margin: 200px 80px 0 300px;
}

#container ul li:before{
	border-radius: 10px;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset 0 -1px 3px rgba(0,0,0,0.2);
	content: "";
	position: absolute;
	top: -10px;
	right: -25px;
	width: 20px;
	height: 20px;
	z-index: 10;
}

#container ul li:nth-child(1):before{
	background: #ff8484;
}

#container ul li:nth-child(2):before{
	background: #eeb211;

}

#container ul li:nth-child(3):before{
	background: #8ebd38;
}

#container ul li div{
	border-radius: 92px 0 92px 92px / 92px 0 92px 92px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1), inset 0 0 20px 10px #ffffff;
	position: absolute;
	height: 172px;
	width: 172px;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transform-origin: 97% 0;
	transform-origin: 97% 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	
	z-index: 0;

}

#container ul li:nth-child(1) div{
	border: 10px solid #ffadad;
	background: #ffebeb;
	color: #ff8e8e;
}

#container ul li:nth-child(2) div{
	border: 10px solid #ffc833;
	background: #fff2d0;
	color: #ffba00;

}

#container ul li:nth-child(3) div{
	border: 10px solid #bae271;
	background: #ecf8d6;
	color: #8ac225;
}

#container ul li:hover div{
	-webkit-transform: rotate(-75deg);
	transform: rotate(-75deg);
	z-index: 15;
	text-align: center;
}

#container ul li div h1{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}

#container ul li div h2{
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}
/*
#container ul li p img{
	text-align: center;
	position: absolute;
	top: 40%;
	left:35px;
	border-radius:100px;
		z-index: 0;
}
*/

#container ul li p{
	border: 10px solid #ffffff;
	border-radius: 92px 0 92px 92px / 92px 0 92px 92px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	color: #000000;
	line-height: 1.3;
//	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	width: 112px;
	height: 96px;
	padding: 38px 30px;
	margin-top:-1px;
	
		z-index: -20;

}

#container ul li:nth-child(1) p{
	background: #ff9696;
}

#container ul li:nth-child(2) p{
	background: #ffc833;

}

#container ul li:nth-child(3) p{
	background: #b4de68;
}
