/*
* @author: William Khoe
*/

.breadcrumb
{
	display:none;
}
.breadcrumb span.active
{
	margin-top:0;
}

/* Tablet Portrait */

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

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px)
{
	.breadcrumb
	{
		display:block;
	}
	.template-2 #main > .row > .col > h2
	{
		display:none;
	}
}
