/* breadcrumb 
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 10px 5px;
  width: 100%;
  border: 1px solid #ddd;
  background-color:#fff;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-primary {
	color: #fff;
	background-color: #B0892D;
	border-color: #c4b474 ;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #c4b474;
	background-position: 0 -15px;
}

#column-left.active #navigation {
	display: inline-flex;
}
*/
/*header override
#header {
    min-height: 0px;
    background: #000000 !important;
	color:#fff !important;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 3px #ccc;
}
*/