#think{
	text-align:center;
	background:url("../../image/home/think_background.png");
	background-size:cover;
	color:white;
	padding:1em 0px;
	font-family:"Helvetica";
	margin:auto;
	margin-top:5em;
}
#think h1{
	margin-top:0px;
	font-size:1.1em;
	text-shadow:1px -1px 1px black;
	font-weight:normal;
}

#think div{
	width:80%;
	margin:0px auto;
	padding:0px;
	border:1px solid rgba(255,255,255,0);
	border-radius:5px;
	background:rgba(0,0,0,0.1);
	position:relative;
	padding-bottom:13em;
}
#think ul{
	margin:0px;
	padding:0px 1em;
	/border:1px solid red;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
}

#think li{
	list-style-type:none;
	list-style-position:inside;
	display:block;
	margin:0px auto;
}
#think li:first-child{
	height:100px;
	width:100px;
	border-radius:100px;
	border:3px solid white;
	margin:1em auto;
	overflow:hidden;
}
#think li img{
	width:110%;
}

#think ul li+li{
	font-style:italic;
	font-size:0.8em;
}

#think h2{
	font-size:0.8em;
	font-weight:normal;
}

#think h2 span{
	border-top:1px solid rgba(255,255,255,0.3);
	padding-top:0.2em;
}

#think div>p{
	position:absolute;
	bottom:1px;
	right:5px;
}
#think div p span{
	display:inline-block;
	height:2px;
	width:30px;	
	border:1px solid rgba(255,255,255,0.2);
	border-radius:2px;
}
#think div p span.active{
	background:rgba(0,187,0,0.8);
}

@media screen and (max-width:800px){
	#think div{
		width:95%;
	}
}
@media screen and (max-width:800px){
	#think div{
		padding-bottom:15em;
	}
}