/* Breadcrumbs */
#breadcrumbs{
	margin:0 auto; 
	padding:2% 0 3%;
	list-style:none;
	width:91.8%;
}
#breadcrumbs li{
	float:left;
	color:#af71e2;
	font:1.4vw/1.4vw pengvin_bold,Arial,Verdana,Helvetica,san-serif;
}
#breadcrumbs li a{
	color:#af71e2;
	text-decoration:none;
}
#breadcrumbs li a:hover{
	text-decoration:underline;
}
#breadcrumbs li#bc-first a{
	color:#d93b80;
}
#breadcrumbs li#bc-last a{
	color:#af71e2;
}
#bc-sep{
	width:98%;
	height:8px;
	margin:0 auto;
	border-radius:21px;
	background:#d1bbe3;
}