.section-background{
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	text-transform: uppercase;
	/*background: url('../img/section-header.png');*/
	/*text-align: center;*/
	background-size: cover;
}
.page-header{
	text-transform: uppercase;
	color: #000;
	font-weight: 200;
	border-bottom: none;
    padding-top: 75px;
    padding-bottom: 0px;
    font-size: 34px;
}
.breadcrumb{
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb .active{
	color: #000;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "\f3d3";
    font-family: "ionicons";
}
.breadcrumb a{
	color: #000;
	border: 1px solid transparent;
	text-decoration: none;
	padding: 5px;
}
.breadcrumb a:hover{
	color: #000;
	border: 1px solid #000;
}