.row {
	margin-right: 0px !important;
	margin-left: 0px !important; }

.or {
    color: #505458;
    font-size: 11px;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.or:after {
	content: '';
	position: absolute;
	width: 45%;
	height: 1px;
	background-color: #e5e9ec;
	top: 8px;
	right: 0;
}
.or:before {
	content: '';
	position: absolute;
	width: 45%;
	height: 1px;
	background-color: #e5e9ec;
	top: 8px;
	left: 0;
}
.breadcrumb {
    background-color: transparent !important;
}
.breadcrumb > li a,
.breadcrumb > .active {
	color: #fff !important;
}