.header, .agent-contact {
	background: rgb(163,1,1);
	background: -moz-linear-gradient(180deg, rgba(163,1,1,1) 0%, rgba(21,0,0,1) 80%);
	background: -webkit-linear-gradient(180deg, rgba(163,1,1,1) 0%, rgba(21,0,0,1) 80%);
	background: linear-gradient(180deg, rgba(163,1,1,1) 0%, rgba(21,0,0,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a30101",endColorstr="#150000",GradientType=1);
}

.form-group-sm .form-control {
	background: #000 !important;
	border: 1px solid #ffb503 !important;
}

.index-notice {
	background-image: transparent !important;
	background: #650000 !important;
}

.footer-bar {
	background: rgb(163,1,1);
background: -moz-linear-gradient(180deg, rgba(163,1,1,1) 0%, rgba(21,0,0,1) 80%);
background: -webkit-linear-gradient(180deg, rgba(163,1,1,1) 0%, rgba(21,0,0,1) 80%);
background: linear-gradient(180deg, rgba(163,1,1,1) 0%, rgba(21,0,0,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a30101",endColorstr="#150000",GradientType=1);
}

.footer_content a {
	color: #FFB503 !important;
}

.center-side a {
	background: #650000 !important;
}

.center-side a:hover, 
.center-side a.active {
	color: #ffb503 !important;
	background: rgb(229,0,0);
	background: -moz-linear-gradient(180deg, rgba(229,0,0,1) 0%, rgba(65,0,0,1) 80%) !important;
	background: -webkit-linear-gradient(180deg, rgba(229,0,0,1) 0%, rgba(65,0,0,1) 80%) !important;
	background: linear-gradient(180deg, rgba(229,0,0,1) 0%, rgba(65,0,0,1) 80%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e50000",endColorstr="#410000",GradientType=1) !important;
}

.center-contant,
.center-tab a:hover, 
.center-tab a.active {
	background: #650000 !important;
}