/*
breadcrumb
*/
.breadcrumb {
	background: #fff;	
}
.breadcrumb div {
	padding: 15px;	
	border-bottom: 1px solid #e7e7e7;
	}
.breadcrumb a {
    color: #1d4fab;
   	}
.breadcrumb a:hover {   	
	text-decoration: none;
	}
@media only screen and (max-width: 460px) {
	.breadcrumb div {
	    padding: 15px 10px !important;
	}
}