body {
    background-color: rgba(197, 159, 127);
    color: #000000;
}

.section-title-inner {
	background: none;
}

.breadcrumb > li > a {
    color: #000000;
}

.breadcrumb > .active {
	color: #000000;
	font-weight: bold;
}

.breadcrumb > li{
	padding: 0;
}
.breadcrumb > li + li:before {
	line-height: 1;
	margin-bottom: 15px;
}
#equipment_details img{
	margin-bottom: 40px;
    margin-top: 60px;
}
#equipment_details h3{
	margin-top: 2em;
	color: #000000;
}
#equipment_details h1{
	text-transform: uppercase;
}
.section-title-inner:before { content: none; }

.section-title-inner:after { content: none; } 

.section-title-wrapper:before { content: none; }

.section-title-wrapper:after {content: none; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li > a:hover, .nav-pills > li.active > a:focus  {
	background-color: #ffd53f;
}

.nav-pills > li > a{
	background-color: #b3b1b1;
	font-size: 17px;
}
.nav-pills > li{
	margin-bottom: 10px;
	box-shadow: 3px 3px 8px -3px;
}
#equipment_details hr{
	margin: 0;
    width: 100px;
    border: 1px solid;
}