/*
* @author: William Khoe
*/

.breadcrumb
{
	margin:0px 0 18px 0;
    padding-top: 18px;
}
.breadcrumb,
.breadcrumb a
{
	font-size:12px; font-weight:bold; color:#666; text-transform:uppercase;
}
.breadcrumb a:hover
{
	color:#ED1C27;
}
.breadcrumb span.active
{
	display:none;
	font-weight:bold; color:#222; text-transform:none;
}
.breadcrumb span.separator
{
	margin:0 5px;
}

/* Regular Desktop */

@media only screen and (min-width:1024px)
{

}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px)
{

}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px)
{
	.breadcrumb
	{
		margin:0 0 15px 0;
	}
	.breadcrumb span.separator
	{
		display:inline-block; overflow:hidden;
		width:6px; height:10px;
		background:url(/img/ui/icon-sprite.png) no-repeat 100% -3384px;
		text-indent:-9999px;
	}
	.breadcrumb span.active
	{
		display:block;
		margin:10px 0 0 0;
		font-family:"nimbus-sans", "Helvetica Neue", Helvetica, Arial; font-size:20px; text-transform:uppercase;
	}
}
