body{
	background-color: #ffffff;
	color: #494949;
	font-family: "Droid Sans";
	font-size:14px;
}

.btn-info, .btn-primary{
	background: #555;
	border-color: initial;
}
.btn-default,
.btn-warning, .btn-success{
	background: #DB3032;
	border: initial;
	color: #fff;
}
/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
	background: #777;
	border-color: initial;
}*/
.label-warning[href]:hover, .label-warning[href]:focus,
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default,
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success,
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
	background: #D9534F;
	border-color: initial;
	color: #fff;
}
.label-primary,
.label-success,
.label-warning{
	/*background: #DB3032;*/
	background: #777;
}
.label-default{
	background: #ccc;
}
.footer a:hover, .footer a:focus,
.dropdown-menu > li > a{
	color: #DB3032 !important;
}
a, .fieldset-legend{
	color: #DB3032;
}
a:hover, a:hover, a:focus{
	color: #DB3032;
	text-decoration: none;
}
h1, h2, h3, h4,
h4 a,
h3 span,
.process-top-grid-left h3, .process-bottom-grid-right h3{
	font-size: 24px !important;
	font-weight: initial !important;
	color: #D72A2C;
}
h3.panel-title a,
.jobs-list h4 a,
.desc h4{
	font-size:18px !important;
}
h4:hover, h4:focus{
	/*text-decoration: underline;*/
}
.desc h4,
p.caption{
	color: #DB3032;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus{
	background: #D9534F;
}
.nav-tabs > li > a{
	color: #555;
}
.nav-pills > li > a{
	color: #555;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background: #DB3032;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #DB3032;
}
a.list-group-item > .badge, .nav-pills .badge{
	background: #DB3032;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge{
	color: #DB3032;
}
.slider-track > .slider-handle{
	background: #555;
	opacity: initial;
}
.desc label{
	font-weight: bold;
	color: #555;
}
.form-control:focus, .form-control:hover {
	border-color: #ccc;
	box-shadow: 0 0px 7px rgba(0, 0, 0, 1);
}
h2.media-heading, h3.media-heading,
h2.media-heading span, h3.media-heading span{
	font-size: 12px !important;
	font-weight: initial !important;
}
.media-heading{
	color: #555;
}
.media-heading a{
	color: #DB3032;
	background: none;
	text-decoration: underline;
}
.media-heading a:hover, .media-heading a:focus,
.media-heading .label-click:hover, .media-heading .label-click:focus{
	background: #D9534F;
	color: #fff;
}

h1{
	font-size:36px;
	font-weight:bold;
}

.default-red{color:#D72A2C}

.footer a{
	color: #fff;
}

.corporate-responsiblity{
	background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #E8E5E5;	
    padding-top:20px;
}
	.corporate-responsiblity ul{
		list-style-image: url('../images/marker-gray.png');
		margin-top: 30px;
	}
		.corporate-responsiblity ul li{
			margin:30px 0;
		}
.mid-links{
	color: #DB282B;
    font-family: "Droid Sans";
    font-size: 18px;
}

/*  BOOTSTRAP OVERRIDE */
.panel{
	border: none;
	background-color: #FCFCFC;
	box-shadow: none;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td,
.panel-heading{ 	
	border: none;
	padding:20px 0;
	text-align: center;
}
.table > tbody > tr > th, .panel-heading {
	font-weight: bold;
}

.img-circle {
	margin: 0 5px;
}