body {
    background-color: #ffffff;
}

.number {
    display: block;
    float: right;
    margin-top: 25px;
}

.number {
    color: #3c4145;
    font-size: 1.5em;
}

.number span {
    color: red;
}

.carousel-control.right, .carousel-control.left {
    background-image:none;
}

#slider {
    margin-top: 20px;
}

#product_columns {
	margin-top: 20px;
	color: #000000;
}

#product_columns h3 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #3c4145;

}

.divider {
	color: #cccccc;
	border-color: #cccccc;
	padding: 0px;
	margin: 0px;
}

.thumbnail {
	background: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
}

#content_wrapper  {
	margin-top: 20px;
	color: red;

}

#content_wrapper p, ul {
	color: #000000;
}

#content_wrapper .topic_header {
	font-size: 1.2em;
	color: #3c4145;
}

#content_wrapper a {
	color: red;
}


#content_wrapper #logos {
	text-align: center;
}


.panel {
	background-color: #ffffff;
}

.panel-danger {
  border-color: red;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: red;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.services {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.ul_title {
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
}

.services li {
	padding-left: 30px;
	color: #3c4145;
	border-bottom: 1px dashed #cccccc;
}

.services li:last-child {
	border: none;
}

#footer_wrapper {
	background: #3c4145;
	margin: 0px;
	margin-top: 100px;	
}

#footer_wrapper #footer {
	margin-top: 50px;
	margin-bottom: 50px;
}


#address {
	text-align: center;
}

#footer_links {
	text-align: center;

}

ul.service_overview li {
	height: 50px;
}

ul.service_overview span, span {
	text-shadow: none;	
	color: red;
	font-weight: bold;
}